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

Tests(0/0):


Code:

#include<iostream> using namespace std; int main() { ios::sync_with_stdio(faise); cin.tie(nullptr); int a,b; while(cin>>a>>b) { cout<<a+b<<'\n'; } return 0; }


Run Info:

Main.cc: In function 'int main()':
Main.cc:4:26: error: 'faise' was not declared in this scope
     ios::sync_with_stdio(faise);
                          ^