Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
113348 | 孙卓暄 | 01第一个C++程序 | C++ | Compile Error | 0 MS | 0 KB | 99 | 2025-03-15 17:57:23 |
V#include<bits/stdc++.h> using namespace std; int main(){ cout<<"hello,lema"; return 0; }
Main.cc:1:2: error: stray '#' in program V#include ^ Main.cc:1:1: error: 'V' does not name a type V#include ^ Main.cc: In function 'int main()': Main.cc:4:5: error: 'cout' was not declared in this scope cout<<"hello,lema"; ^