| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 152687 | 周铭洋 | A+B 输入输出练习I | C++ | Compile Error | 0 MS | 0 KB | 133 | 2026-05-01 10:04:41 |
#include<bits/stdc++.h> using namespace std; int main() { int a=4,b=8650; cin>>a>>b; cout<<a+b<<; return 0; }
Main.cc: In function 'int main()':
Main.cc:7:16: error: expected primary-expression before ';' token
cout<