| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 130847 | 李昱龙 | 06数字拼接 | C++ | Compile Error | 0 MS | 0 KB | 122 | 2025-09-19 20:03:58 |
#include<iostream> using namespace std; int main(){ int a,b,c; cin>>a>>b>>C; cout<<a,b,c<<endl; return 0; }
Main.cc: In function 'int main()':
Main.cc:5:13: error: 'C' was not declared in this scope
cin>>a>>b>>C;
^
Main.cc:6:15: error: invalid operands of types 'int' and '' to binary 'operator<<'
cout<