记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:3:16: error: stray '\357' in program
 long i, res,t,x,k;int n,s;
                ^
/in/foo.c:3:17: error: stray '\274' in program
 long i, res,t,x,k;int n,s;
                 ^
/in/foo.c:3:18: error: stray '\214' in program
 long i, res,t,x,k;int n,s;
                  ^
/in/foo.c:3:19: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'k'
 long i, res,t,x,k;int n,s;
                   ^
/in/foo.c:4:19: error: 'x' undeclared (first use in this function)
 scanf("%d%d", &n,&x);
                   ^
/in/foo.c:4:19: note: each undeclared identifier is reported only once for each function it appears in
/in/foo.c:12:8: error: 'k' undeclared (first use in this function)
        k = i/t;
        ^

信息

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