Ответ:
Объяснение:
a=int(input())
b=int(input())
c=int(input())
p=0
s=0.0
p=(a+b+c)//2
print (p)
s=(p*(p-a)*(p-b)*(p-c))**0.5
print(s)
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
Объяснение:
a=int(input())
b=int(input())
c=int(input())
p=0
s=0.0
p=(a+b+c)//2
print (p)
s=(p*(p-a)*(p-b)*(p-c))**0.5
print(s)