| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 138216 | 林鑫磊 | 02简单两数相加 | C++ | Compile Error | 0 MS | 0 KB | 119 | 2025-11-23 19:04:18 |
#include<iostream> using namespace std; int main(){ int a,b; cin>>a>>b>>; cout<<a+b; extern 0; }
Main.cc: In function 'int main()':
Main.cc:5:16: error: expected primary-expression before ';' token
cin>>a>>b>>;
^
Main.cc:7:12: error: expected unqualified-id before numeric constant
extern 0;
^