Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
87506 | 潘泽霖 | 01梯形的面积 | C++ | Wrong Answer | 0 MS | 264 KB | 123 | 2024-08-10 15:21:48 |
#include<iostream> using namespace std; int main() { int a=10,b=20,c=8,d; d=(a+b)*c/2; return 0; }
------Input------
0
------Answer-----
120
------Your output-----