/ Vijos /

记录详情

Compile Error

/in/foo.c:1:1: error: unknown type name 'def'
 def count_sch(list):
 ^~~
/in/foo.c: In function 'count_sch':
/in/foo.c:1:20: error: expected declaration specifiers before ':' token
 def count_sch(list):
                    ^
/in/foo.c:1:5: warning: type of 'list' defaults to 'int' [-Wimplicit-int]
 def count_sch(list):
     ^~~~~~~~~
/in/foo.c:33:1: warning: control reaches end of non-void function [-Wreturn-type]
 print scholarship_all
 ^~~~~

信息

递交者
类型
递交
题目
P1001 谁拿了最多奖学金
语言
C
递交时间
2017-10-03 19:22:04
评测时间
2017-10-03 19:22:04
评测机
分数
0
总耗时
17ms
峰值内存
2.887 MiB