Объяснение:
код программы на Python:
a = input()
b = input()
c = input()
sum = (a + b) - c / (a - b)
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Объяснение:
код программы на Python:
a = input()
b = input()
c = input()
sum = (a + b) - c / (a - b)