Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
128196 李铭洋 02简单两数相加 C++ Compile Error 0 MS 0 KB 107 2025-08-09 19:06:08

Tests(0/0):


Code:

ing namespace std; int #include<iostream> usmain() {int a; int b; cin>>a>>b; cout<<a+b; return 0; }


Run Info:

Main.cc:2:5: error: stray '#' in program
 int #include
     ^
Main.cc:1:1: error: 'ing' does not name a type
 ing namespace std;
 ^
Main.cc:2:13: error: expected initializer before '<' token
 int #include
             ^