Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
130102 郑羽辰 01第一个C++程序 C++ Compile Error 0 MS 0 KB 74 2025-09-07 16:29:00

Tests(0/0):


Code:

using namespace std; int main(){ cout<<"hell,lema"; return 0; }


Run Info:

Main.cc: In function 'int main()':
Main.cc:3:4: error: 'cout' was not declared in this scope
    cout<<"hell,lema";
    ^