Run ID |
作者 |
问题 |
语言 |
测评结果 |
Time |
Memory |
代码长度 |
提交时间 |
90401 |
余泽越 |
01梯形的面积 |
Python3 |
Wrong Answer |
36 MS |
3744 KB |
72 |
2024-09-14 19:12:46 |
Tests(0/1):
Code:
a = int(input())
b = int(input())
c = int(input())
print((a+b)*c/2)
Run Info:
------Input------
0
------Answer-----
120
------Your output-----