Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
104325 张泽一 01第一个C++程序 C++ Compile Error 0 MS 0 KB 74 2025-01-04 20:19:01

Tests(0/0):


Code:

#include<iostream> int main(){ cout<<"hello,lema"; return 0; }


Run Info:

Main.cc: In function 'int main()':
Main.cc:3:5: error: 'cout' was not declared in this scope
     cout<<"hello,lema";
     ^
Main.cc:3:5: note: suggested alternative:
In file included from Main.cc:1:0:
/usr/include/c++/5/iostream:61:18: note:   'std::cout'
   extern ostream cout;  /// Linked to standard output
                  ^