| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 157411 | 钱炜懿 | 06输出菱形 | C++ | Compile Error | 0 MS | 0 KB | 215 | 2026-07-23 15:55:08 |
#include<iostream> using namespace std; int main(){ cout<<" \\"<<endl; cout<<" \\\\\\"<<endl; cont<<"\\\\\\\\\\"<<endl; cout<<" \\\\\\"<<endl; cout<<" \\"<<endl; return 0; }
Main.cc: In function 'int main()':
Main.cc:6:5: error: 'cont' was not declared in this scope
cont<<"\\\\\\\\\\"<