Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
138217 顾函瑞 A+B 输入输出练习I C++ Compile Error 0 MS 0 KB 71 2025-11-23 19:04:26

Tests(0/0):


Code:

int a,b; cin<<a,b; cout<<(a+b)<<endl; cout<<(a+b)<<endl;


Run Info:

Main.cc:2:5: error: 'cin' does not name a type
     cin<