/ Vijos /

记录详情

Compile Error

/in/foo.c:1:1: error: unknown type name 'def'
 def change_status(list_x, b):
 ^~~
/in/foo.c: In function 'change_status':
/in/foo.c:1:29: error: expected declaration specifiers before ':' token
 def change_status(list_x, b):
                             ^
/in/foo.c:1:5: warning: type of 'list_x' defaults to 'int' [-Wimplicit-int]
 def change_status(list_x, b):
     ^~~~~~~~~~~~~
/in/foo.c:1:5: warning: type of 'b' defaults to 'int' [-Wimplicit-int]
/in/foo.c:41:1: warning: control reaches end of non-void function [-Wreturn-type]
 print(str_output)
 ^~~~~

信息

递交者
类型
递交
题目
P1554 硬币游戏
语言
C
递交时间
2019-08-03 17:00:42
评测时间
2019-08-03 17:00:42
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes