Run ID |
作者 |
问题 |
语言 |
测评结果 |
Time |
Memory |
代码长度 |
提交时间 |
90472 |
王晨鑫 |
01梯形的面积 |
Python3 |
Wrong Answer |
37 MS |
3740 KB |
60 |
2024-09-15 10:38:33 |
Tests(0/1):
Code:
a=10
b=20
c=8
a=int()
b=int()
c=int()
print((a+b)*c/2)
Run Info:
------Input------
0
------Answer-----
120
------Your output-----
0.0