Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
125375 赵梓渊 02简单两数相加II C++ Compile Error 0 MS 0 KB 150 2025-07-14 15:46:29

Tests(0/0):


Code:

include <bits/stdc++.h> using namespace std ; int main(){ int a; int b; cin<<a<< endl; cin<<b<< endl; cout<<a+b; return 0; }


Run Info:

Main.cc:1:1: error: 'include' does not name a type
 include 
 ^
Main.cc: In function 'int main()':
Main.cc:6:3: error: 'cin' was not declared in this scope
   cin<