Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
157432 wxl20111214 A+B 输入输出练习I C++ Compile Error 0 MS 0 KB 141 2026-07-23 20:42:04

Tests(0/0):


Code:

#include<iostream> int main() { int a,b; while(scanf("%d%d",&a,&b)==2) { printf("%d\n",a+b) } return 0; }


Run Info:

Main.cc: In function 'int main()':
Main.cc:7:5: error: expected ';' before '}' token
     }
     ^