Ответ:
a = int(input())
b = int(input())
S = a * b
print(S)
P = 2*(a + b)
print(P)
Copyright © 2025 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
a = int(input())
b = int(input())
S = a * b
print(S)
P = 2*(a + b)
print(P)