Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
113353 孙卓暄 01简单换行输出 C++ Compile Error 0 MS 0 KB 130 2025-03-15 17:59:55

Tests(0/0):


Code:

#include<bits/stdc++.h> using namespace std; int main(){ cout<<"hello,world";endl cout<<"hello,world"; return 0; }


Run Info:

Main.cc: In function 'int main()':
Main.cc:5:5: error: expected ';' before 'cout'
     cout<<"hello,world";
     ^
Main.cc:5:24: error: statement cannot resolve address of overloaded function
     cout<<"hello,world";
                        ^