Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
101107 郑雨心 A+B 输入输出练习I C++ Compile Error 0 MS 0 KB 165 2024-12-14 14:40:33

Tests(0/0):


Code:

#include <iostream> using namespace std; int main() { int a,b,c,d; cin>>a>>b; cin>>c>>d; cout<<a+b<<endl; cout<<c+d<<endl; return 0;


Run Info:

Main.cc: In function 'int main()':
Main.cc:10:13: error: expected '}' at end of input
     return 0;
             ^