Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
121085 范爱民 01简单换行输出 C++ Compile Error 0 MS 0 KB 63 2025-06-06 19:14:26

Tests(0/0):


Code:

int a=123,b=456; cout<<a<<endl; cout<<b; return 0; }


Run Info:

Main.cc:3:1: error: 'cout' does not name a type
 cout<