/ XMU_ACM /

记录详情

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){
      ^~~~~~~~~
# 状态 耗时 内存占用
#1 Runtime Error 1ms 208.0 KiB
#2 Runtime Error 2ms 220.0 KiB
#3 Runtime Error 2ms 212.0 KiB
#4 Runtime Error 280ms 7.812 MiB
#5 Runtime Error 281ms 7.777 MiB
#6 Runtime Error 22ms 952.0 KiB
#7 Runtime Error 22ms 976.0 KiB
#8 Runtime Error 3ms 280.0 KiB
#9 Runtime Error 217ms 7.816 MiB
#10 Runtime Error 217ms 7.75 MiB

信息

递交者
类型
递交
题目
P1007 刘学习不想当没有感情的粉刷匠
语言
C
递交时间
2020-03-12 20:19:44
评测时间
2020-03-12 20:19:44
评测机
分数
0
总耗时
1050ms
峰值内存
7.816 MiB