Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
112310 张修睿 求和 C++ Compile Error 0 MS 0 KB 118 2025-03-09 12:47:23

Tests(0/0):


Code:

clude<bits/stdc++.h> using namespace std; int main(){ int a; int b; a=123; b=456; cout<<"sum is"<<a+b; }


Run Info:

Main.cc:1:1: error: 'clude' does not name a type
 clude
 ^
Main.cc: In function 'int main()':
Main.cc:8:2: error: 'cout' was not declared in this scope
  cout<<"sum is"<