Ответ:
....
Объяснение:
a = int(input())
b = int(input())
c = int(input())
d = int(input())
e = int(input())
result_1 = a + e
result_2 = b + d
result = c * result_1 * result_2
print(result / result_2)
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
....
Объяснение:
a = int(input())
b = int(input())
c = int(input())
d = int(input())
e = int(input())
result_1 = a + e
result_2 = b + d
result = c * result_1 * result_2
print(result / result_2)