记录详情

Accepted

/in/foo.c:2:1: warning: return type defaults to 'int' [-Wimplicit-int]
 Output(int a[], int n)
 ^~~~~~
/in/foo.c: In function 'Output':
/in/foo.c:9:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
/in/foo.c: In function 'MergeSubs':
/in/foo.c:54:9: warning: 'm' may be used uninitialized in this function [-Wmaybe-uninitialized]
         Merge(c, l,m,n-1);
         ^~~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 208.0 KiB
#2 Accepted 1ms 248.0 KiB
#3 Accepted 1ms 328.0 KiB
#4 Accepted 1ms 324.0 KiB
#5 Accepted 1ms 332.0 KiB

信息

递交者
类型
递交
题目
P3009 A10-2 有序子序列的合并
语言
C
递交时间
2023-11-28 12:58:03
评测时间
2023-11-28 12:58:03
评测机
分数
100
总耗时
5ms
峰值内存
332.0 KiB