Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
6914 | 123456qwe | [在线测评解答教程] A+B Problem | C++ | Compile Error | 0 MS | 0 KB | 158 | 2025-03-27 22:35:48 |
#include<iostream> using namespace std; int main(){ int a=0; int b=0; cin>>a;cin>>b; cout<<a+b<<endl; system("pause"): return 0; }
Main.cc: In function 'int main()': Main.cc:7:20: error: expected ';' before ':' token system("pause"): ^