Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
99319 | 罗睿妍 | 02数字拼接 | C++ | Compile Error | 0 MS | 0 KB | 129 | 2024-11-25 17:53:13 |
#include <iostream> using namespace std; int main() { int a,b; cin>>a>>b; cout<<a*10+b<<endl; retern 0 }
Main.cc: In function 'int main()': Main.cc:8:5: error: 'retern' was not declared in this scope retern 0 ^