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