Run ID:87710

提交时间:2024-08-11 11:16:30

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