记录详情

Compile Error

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

信息

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