记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:12:15: error: 'n' was not declared in this scope
   12 |  SelectSort(a,n);
      |               ^
foo.cc:11:6: warning: unused variable 'k' [-Wunused-variable]
   11 |  int k;
      |      ^
foo.cc: In function 'void SelectSort(int*, int)':
foo.cc:18:17: error: 'k' was not declared in this scope
   18 |  for(int i=0; i<k; i++)
      |                 ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
自测
题目
DS8-2 选择排序的第k趟
语言
C++
递交时间
2021-12-26 15:54:30
评测时间
2021-12-26 15:54:30
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes