记录详情

Runtime Error

/in/foo.c: In function 'maxAsSubArray':
/in/foo.c:41:14: warning: passing argument 1 of 'printArr' makes pointer from integer without a cast [-Wint-conversion]
     printArr(maxFlag[0],len);
              ^~~~~~~
/in/foo.c:3:6: note: expected 'int *' but argument is of type 'int'
 void printArr(int* arr,int len){
      ^~~~~~~~
# 状态 耗时 内存占用
#1 Runtime Error 1ms 300.0 KiB
#2 Runtime Error 0ms 300.0 KiB
#3 Runtime Error 1ms 300.0 KiB
#4 Runtime Error 1ms 360.0 KiB
#5 Runtime Error 1ms 304.0 KiB

信息

递交者
类型
递交
题目
A9-6 数组中增序子序列的个数
比赛
2021(四) 作业第二场:见面赛
语言
C
递交时间
2021-10-31 12:14:17
评测时间
2021-10-31 12:14:17
评测机
分数
0
总耗时
5ms
峰值内存
360.0 KiB