记录详情

Compile Error

foo.c:1:1: error: unknown type name 'def'
    1 | def MergeSubs(arr):
      | ^~~
foo.c: In function 'MergeSubs':
foo.c:1:19: error: expected declaration specifiers before ':' token
    1 | def MergeSubs(arr):
      |                   ^
foo.c:1:5: warning: type of 'arr' defaults to 'int' [-Wimplicit-int]
    1 | def MergeSubs(arr):
      |     ^~~~~~~~~
foo.c:39: warning: control reaches end of non-void function [-Wreturn-type]
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1070 A10-2 有序子序列的合并
语言
C
递交时间
2023-10-21 20:59:25
评测时间
2023-10-21 20:59:25
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes