Compile Error

foo.cc:132:5: warning: "/*" within comment [-Wcomment]
  132 |     /*
      |      
foo.cc:167:5: warning: "/*" within comment [-Wcomment]
  167 |     /*
      |      
foo.cc: In function 'int main()':
foo.cc:19:17: error: 'myCout' was not declared in this scope
   19 |                 myCout<<" ";
      |                 ^~~~~~
foo.cc:25:17: error: 'myCout' was not declared in this scope
   25 |                 myCout<<"*";
      |                 ^~~~~~
foo.cc:31:17: error: 'myCout' was not declared in this scope
   31 |                 myCout<<" ";
      |                 ^~~~~~
foo.cc:35:9: error: 'myCout' was not declared in this scope
   35 |         myCout<<endl;
      |         ^~~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1044 *组成的图形(4)
语言
C++
递交时间
2022-07-11 18:39:11
评测时间
2022-07-11 18:39:11
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes