| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 138608 | 卫梓昊 | 01梯形的面积 | C++ | Compile Error | 0 MS | 0 KB | 85 | 2025-11-29 10:49:32 |
#include<iostream> namespace std; int main() { cout<<(10+20)*8/2; return 0; }
Main.cc:2:14: error: expected '{' before ';' token
namespace std;
^
Main.cc:7:1: error: expected '}' at end of input
}
^