Runtime Error
/in/foo.c: In function 'main': /in/foo.c:31:28: warning: passing argument 3 of 'QuickSort' from incompatible pointer type [-Wincompatible-pointer-types] QuickSort(0,numsSize-1,nums); ^~~~ /in/foo.c:3:6: note: expected 'int **' but argument is of type 'int (*)[2]' void QuickSort(int low,int high,int** intervals){ ^~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1007 刘学习不想当没有感情的粉刷匠
- 语言
- C
- 递交时间
- 2020-03-12 20:40:35
- 评测时间
- 2020-03-12 20:40:35
- 评测机
- 分数
- 0
- 总耗时
- 933ms
- 峰值内存
- 7.816 MiB