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