Ответ:
Объяснение:
a = int(input())
b = int(input())
c = int(input())
p = int(a + b + c)
s = int()# Нельзя найти из 3х сторон
print("P=", p)
print("S=", s)
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
Объяснение:
a = int(input())
b = int(input())
c = int(input())
p = int(a + b + c)
s = int()# Нельзя найти из 3х сторон
print("P=", p)
print("S=", s)