Ответ:
a = int(input())
b = int(input())
p = a*b
s = a+b
print(p-s)
Язык python 3
Объяснение:
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
a = int(input())
b = int(input())
p = a*b
s = a+b
print(p-s)
Язык python 3
Объяснение: