/ 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 212.0 KiB
#2 Runtime Error 2ms 212.0 KiB
#3 Runtime Error 2ms 220.0 KiB
#4 Runtime Error 217ms 7.812 MiB
#5 Runtime Error 217ms 7.797 MiB
#6 Runtime Error 22ms 964.0 KiB
#7 Runtime Error 22ms 992.0 KiB
#8 Runtime Error 3ms 212.0 KiB
#9 Runtime Error 221ms 7.816 MiB
#10 Runtime Error 221ms 7.73 MiB

信息

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