Run ID |
作者 |
问题 |
语言 |
测评结果 |
Time |
Memory |
代码长度 |
提交时间 |
87710 |
王晨鑫 |
01梯形的面积 |
Python3 |
Wrong Answer |
32 MS |
3736 KB |
63 |
2024-08-11 11:16:30 |
Tests(0/1):
Code:
a=10
b=20
c=8
a=int(a)
b=int(b)
c=int(c)
print((a+b)*8/2)
Run Info:
------Input------
0
------Answer-----
120
------Your output-----
120.0