记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:10:2: error: 'm' undeclared (first use in this function)
  m=a[0];
  ^
/in/foo.c:10:2: note: each undeclared identifier is reported only once for each function it appears in
/in/foo.c:6:20: warning: unused variable 't' [-Wunused-variable]
  int n,k,i,j,x,y,z,t;
                    ^
/in/foo.c:6:18: warning: unused variable 'z' [-Wunused-variable]
  int n,k,i,j,x,y,z,t;
                  ^
/in/foo.c:6:16: warning: unused variable 'y' [-Wunused-variable]
  int n,k,i,j,x,y,z,t;
                ^
/in/foo.c:6:14: warning: unused variable 'x' [-Wunused-variable]
  int n,k,i,j,x,y,z,t;
              ^
/in/foo.c:6:12: warning: unused variable 'j' [-Wunused-variable]
  int n,k,i,j,x,y,z,t;
            ^

信息

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