Compile Error
/in/foo.c:3:1: error: expected identifier or '(' before '{' token
{
^
/in/foo.c: In function 'C':
/in/foo.c:49:3: warning: implicit declaration of function 'hanoit' [-Wimplicit-function-declaration]
hanoit(n - 1, a, c, b);
^~~~~~
/in/foo.c: In function 'R':
/in/foo.c:61:9: warning: 'return' with a value, in function returning void
return 0;
^
/in/foo.c:56:6: note: declared here
void R()
^
信息
- 递交者
- 类型
- 递交
- 题目
- 2-9 大卖场的货架
- 比赛
- 南师大2018年蓝桥杯热身赛
- 语言
- C
- 递交时间
- 2018-12-12 16:08:33
- 评测时间
- 2018-12-12 16:08:33
- 评测机
- 分数
- 0
- 总耗时
- 14ms
- 峰值内存
- 3.168 MiB