记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:7:5: warning: implicit declaration of function 'hanio'; did you mean 'hanoi'? [-Wimplicit-function-declaration]
     hanio(3,'A','B','C');
     ^~~~~
     hanoi
/in/foo.c: In function 'hanoi':
/in/foo.c:19:15: error: 'target' undeclared (first use in this function); did you mean 'targrt'?
   move(source,target);
               ^~~~~~
               targrt
/in/foo.c:19:15: note: each undeclared identifier is reported only once for each function it appears in

信息

递交者
类型
递交
题目
2-3 Hanoi游戏的状态
比赛
南师大2018年蓝桥杯热身赛
语言
C
递交时间
2018-12-12 16:09:42
评测时间
2018-12-12 16:09:42
评测机
分数
0
总耗时
12ms
峰值内存
2.914 MiB