Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
110770 | 陈淮遇 | 输出信息 | C++ | Compile Error | 0 MS | 0 KB | 112 | 2025-02-23 13:11:37 |
#include<bits/stdc++.h> using namespace std; int main(){ cout<<"THis is a C program"<<; return 0; }
Main.cc: In function 'int main()': Main.cc:4:31: error: expected primary-expression before ';' token cout<<"THis is a C program"<<; ^