Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
90376 | lizhsh | [在线测评解答教程] A+B Problem | C++ | Compile Error | 0 MS | 0 KB | 138 | 2024-09-12 20:59:48 |
#include <iostream> using namespace std; int main() { int a,b; cin >> a >>b; cout << a+b <<end1; return 0; }
Main.cc:9:5: error: stray '\357' in program } ^ Main.cc:9:5: error: stray '\275' in program Main.cc:9:5: error: stray '\235' in program Main.cc: In function 'int main()': Main.cc:7:19: error: 'end1' was not declared in this scope cout << a+b <