Compile Error

foo.cc: In function 'int main()':
foo.cc:106:15: error: too many arguments to function 'void inserts(int*, int)'
  106 |  inserts(a,0,n);
      |               ^
foo.cc:44:6: note: declared here
   44 | void inserts(int a[],int n)
      |      ^~~~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1166 快速排序
语言
C++
递交时间
2021-12-11 19:37:23
评测时间
2021-12-11 19:37:23
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes