a,b,c=map(int,input().split())
s=(a+b)*c
print(s)
1007 一本通 Python
最新推荐文章于 2025-04-08 16:23:55 发布
a,b,c=map(int,input().split())
s=(a+b)*c
print(s)