Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
93559 朱彦宇 [在线测评解答教程] A+B Problem C++ Compile Error 0 MS 0 KB 68 2024-10-18 13:02:29

Tests(0/0):


Code:

using namespace std; int main(){ cout<<"hello"; return 0;


Run Info:

Main.cc: In function 'int main()':
Main.cc:3:5: error: 'cout' was not declared in this scope
     cout<<"hello";
     ^
Main.cc:4:13: error: expected '}' at end of input
     return 0;
             ^