Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:7:28: error: 'ccc' was not declared in this scope
  cout<<"  "<<c<<endl<<" "<<ccc<<endl<<ccccc<<endl<<" "<<ccc<<endl<<"  "<<c;
                            ^~~
/in/foo.cc:7:39: error: 'ccccc' was not declared in this scope
  cout<<"  "<<c<<endl<<" "<<ccc<<endl<<ccccc<<endl<<" "<<ccc<<endl<<"  "<<c;
                                       ^~~~~

信息

递交者
类型
递交
题目
P1020 字符菱形
语言
C++
递交时间
2024-07-28 19:29:20
评测时间
2024-07-28 19:29:20
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes