| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 141822 | 陈峻徳 | 02数字拼接 | C++ | Compile Error | 0 MS | 0 KB | 140 | 2025-12-28 15:18:40 |
#include<iostream> using namespace std; int main(){ long long a,b; cin>>a>>b>>; cout<<ab<<endl; cout<<ab*ab<<endl; return 0; }
Main.cc: In function 'int main()':
Main.cc:5:13: error: expected primary-expression before ';' token
cin>>a>>b>>;
^
Main.cc:6:8: error: 'ab' was not declared in this scope
cout<