Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
130500 徐英杰 01简单换行输出 C++ Compile Error 0 MS 0 KB 80 2025-09-13 16:55:17

Tests(0/0):


Code:

#icnlude<iostream> using namespace std; int main(){ cout<<1<<endl<<3; }


Run Info:

Main.cc:1:2: error: invalid preprocessing directive #icnlude
 #icnlude
  ^
Main.cc: In function 'int main()':
Main.cc:4:2: error: 'cout' was not declared in this scope
  cout<<1<