Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
110767 | 王培用 | 输出信息 | C++ | Compile Error | 0 MS | 0 KB | 102 | 2025-02-23 13:10:20 |
#include<bits/stdc++.h> using namespace std;// cout<<"This is a C program."; return 0; }
Main.cc:4:5: error: 'cout' does not name a type cout<<"This is a C program."; ^ Main.cc:5:3: error: expected unqualified-id before 'return' return 0; ^ Main.cc:6:1: error: expected declaration before '}' token } ^