/ 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[0][0]);
                            ^
/in/foo.c:3:6: note: expected 'int **' but argument is of type 'int *'
 void QuickSort(int low,int high,int** intervals){
      ^~~~~~~~~
# 状态 耗时 内存占用
#1 Runtime Error 1ms 212.0 KiB
#2 Runtime Error 2ms 216.0 KiB
#3 Runtime Error 3ms 212.0 KiB
#4 Runtime Error 212ms 7.812 MiB
#5 Runtime Error 213ms 7.789 MiB
#6 Runtime Error 22ms 960.0 KiB
#7 Runtime Error 22ms 968.0 KiB
#8 Runtime Error 3ms 208.0 KiB
#9 Runtime Error 209ms 7.812 MiB
#10 Runtime Error 210ms 7.723 MiB

信息

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