记录详情

Runtime Error

/in/foo.c: In function 'main':
/in/foo.c:11:11: warning: unused variable 'counter' [-Wunused-variable]
     int n,counter;
           ^~~~~~~
/in/foo.c: In function 'hanoi':
/in/foo.c:41:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if(n==1)
     ^~
/in/foo.c:43:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  if(count==k)
  ^~
/in/foo.c: In function 'del':
/in/foo.c:72:2: warning: statement with no effect [-Wunused-value]
  for(p; p<q+20; p++)
  ^~~
/in/foo.c:66:12: warning: unused variable 'j' [-Wunused-variable]
  int i;int j;
            ^
# 状态 耗时 内存占用
#1 Runtime Error 5ms 8.191 MiB
#2 Runtime Error 5ms 8.188 MiB
#3 Runtime Error 7ms 8.191 MiB
#4 Runtime Error 5ms 8.188 MiB
#5 Runtime Error 5ms 8.191 MiB

信息

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