| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 145807 | 成书骏 | 01第一个C++程序 | C++ | Compile Error | 0 MS | 0 KB | 59 | 2026-01-25 19:05:51 |
#include<stdio.h> int main() { cout<<"hello,lema"; }
Main.cc: In function 'int main()':
Main.cc:4:4: error: 'cout' was not declared in this scope
cout<<"hello,lema";
^