Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
138213 林鑫磊 A+B 输入输出练习I C++ Compile Error 0 MS 0 KB 176 2025-11-23 19:02:01

Tests(0/0):


Code:

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


Run Info:

Main.cc: In function 'int main()':
Main.cc:10:12: error: expected unqualified-id before numeric constant
     extern 0;
            ^