记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:13:9: error: 'sort' was not declared in this scope; did you mean 'short'?
   13 |         sort(a[i],a[i] + n);
      |         ^~~~
      |         short
/in/foo.cc:17:19: error: 'setw' was not declared in this scope; did you mean 'getw'?
   17 |             cout<<setw(6)<<a[i][j];
      |                   ^~~~
      |                   getw

信息

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