记录详情

Compile Error

/in/foo.c:2:1: warning: parameter names (without types) in function declaration
 int B(n,k,m);
 ^~~
/in/foo.c: In function 'B':
/in/foo.c:11:5: warning: type of 'n' defaults to 'int' [-Wimplicit-int]
 int B(n,k,m)
     ^
/in/foo.c:11:5: warning: type of 'k' defaults to 'int' [-Wimplicit-int]
/in/foo.c:11:5: warning: type of 'm' defaults to 'int' [-Wimplicit-int]
/in/foo.c:15:5: error: expected expression before ')' token
  if()
     ^

信息

递交者
类型
递交
题目
2-8 条形码
比赛
南师大2018年蓝桥杯热身赛
语言
C
递交时间
2018-12-12 16:22:58
评测时间
2018-12-12 16:22:58
评测机
分数
0
总耗时
12ms
峰值内存
2.91 MiB