Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
138222 林鑫磊 求和 C++ Compile Error 0 MS 0 KB 117 2025-11-23 19:06:11

Tests(0/0):


Code:

#include<iostream> using namespace std; int main(){ int a=123,b=456; cout<<"sum="<<a+b; extern 0; }


Run Info:

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