Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
99148 | 战佳旭 | [在线测评解答教程] A+B Problem | Python3 | Compile Error | 0 MS | 0 KB | 123 | 2024-11-24 14:21:25 |
#include <stdio.h> int main() { int a, b; scanf("%d %d", &a, &b); printf("%d\n", a + b); return 0; }
File "Main.py", line 2 int main() ^ SyntaxError: invalid syntax