| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 133244 | 谭思宸 | 年龄问题 | C++ | Compile Error | 0 MS | 0 KB | 57 | 2025-10-18 11:05:21 |
int main() { cout<<18; return 0; } nbhhh
Main.cc: In function 'int main()': Main.cc:5:1: error: 'cout' was not declared in this scope cout<<18; ^ Main.cc: At global scope: Main.cc:11:1: error: 'nbhhh' does not name a type nbhhh ^