/ XMU_ACM /

记录详情

Accepted

/in/foo.cc: In function 'int dbfs(int, int)':
/in/foo.cc:20:41: warning: unused variable 'temp2' [-Wunused-variable]
  int head=0,head2=0,tail=1,tail2=1,temp,temp2;//head队头,tail队尾 
                                         ^~~~~
/in/foo.cc:70:14: warning: 'x' may be used uninitialized in this function [-Wmaybe-uninitialized]
      return x+que2[head2][2]+1;
             ~^~~~~~~~~~~~~~~
/in/foo.cc:48:25: warning: 'x' may be used uninitialized in this function [-Wmaybe-uninitialized]
      return que[head][2]+x+1;
             ~~~~~~~~~~~~^~
# 状态 耗时 内存占用
#1 Accepted 2ms 340.0 KiB
#2 Accepted 5ms 308.0 KiB
#3 Accepted 4ms 308.0 KiB
#4 Accepted 6ms 308.0 KiB
#5 Accepted 4ms 340.0 KiB
#6 Accepted 7ms 488.0 KiB
#7 Accepted 4ms 472.0 KiB
#8 Accepted 4ms 308.0 KiB
#9 Accepted 3ms 348.0 KiB
#10 Accepted 9ms 716.0 KiB

信息

递交者
类型
递交
题目
八数码
语言
C++
递交时间
2019-05-22 09:19:42
评测时间
2019-05-22 09:19:42
评测机
分数
100
总耗时
53ms
峰值内存
716.0 KiB