Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
88121 | 林嘉乐 | 02武王伐纣 | C++ | Compile Error | 0 MS | 0 KB | 176 | 2024-08-17 16:57:24 |
#include<iostream> using namespace std; int main() { int road=4; int num=8650; cout"纣王军队有"<<road*num<<"人"<<endl; return 0; }
Main.cc: In function 'int main()': Main.cc:7:7: error: expected ';' before string constant cout"纣王军队有"<