记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:20:18: error: 'j' was not declared in this scope
   20 |             a[l][j]=c;
      |                  ^
/in/foo.cc:22:9: error: 'current' was not declared in this scope
   22 |         current++;
      |         ^~~~~~~
/in/foo.cc:26:19: error: 'setw' was not declared in this scope; did you mean 'getw'?
   26 |             cout<<setw(6)<<a[i][j];
      |                   ^~~~
      |                   getw

信息

递交者
类型
递交
题目
6-8 回形矩阵
比赛
2025年春 南师大《程序设计与竞赛》作业赛第六场
语言
C++
递交时间
2025-05-11 16:10:56
评测时间
2025-05-11 16:10:56
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes