Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
89945 | 刘明沅 | 02数字拼接 | C++ | Compile Error | 0 MS | 0 KB | 128 | 2024-09-07 12:55:54 |
#include<iostream> using namespace std; int main() { int a,b; cin>>a>>b; a=a10=b; cout<<a<<" "<<a<<endl; return 0;
Main.cc: In function 'int main()': Main.cc:6:4: error: 'a10' was not declared in this scope a=a10=b; ^ Main.cc:8:10: error: expected '}' at end of input return 0; ^