| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 130507 | 王慕哲 | 算式问题 | C++ | Compile Error | 0 MS | 0 KB | 197 | 2025-09-13 16:59:23 |
#include<iostream> using namespace std; int main(){ cout<<"12"<<endl; cout<<"9709"<<endl; cout<<"96"<<endl; cout<<"109"<<endl; cout<<"108"<<endl; reture 0; } }
Main.cc: In function 'int main()':
Main.cc:9:5: error: 'reture' was not declared in this scope
reture 0;
^
Main.cc: At global scope:
Main.cc:11:1: error: expected declaration before '}' token
}
^