| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 151190 | 海清 | 02武王伐纣 | C++ | Compile Error | 0 MS | 0 KB | 95 | 2026-04-10 18:52:33 |
include<iostream> using namespace std; int main(){ cout<<8650*4<<endl; return 0; }
Main.cc:1:1: error: 'include' does not name a type
include
^
Main.cc: In function 'int main()':
Main.cc:4:5: error: 'cout' was not declared in this scope
cout<<8650*4<