Run ID:91450

提交时间:2024-09-21 19:37:17

a=10 b=20 d=8 a=int(a) b=int(b) d=int(d) c=(a+b)*d//2 print(c)