| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 154839 | 沈安蕊 | 输出信息 | C++ | Compile Error | 0 MS | 0 KB | 117 | 2026-05-31 10:45:29 |
include<bits/stdc++.h> using namespace std; int main(){ cout<<"This is a C program."; return 0; }
Main.cc:1:1: error: 'include' does not name a type include ^ Main.cc: In function 'int main()': Main.cc:7:1: error: 'cout' was not declared in this scope cout<<"This is a C program."; ^