/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:28:7: warning: unused variable 'ctemp' [-Wunused-variable]
  char ctemp;
       ^~~~~
/in/foo.cc:29:25: warning: unused variable 'count' [-Wunused-variable]
  int zero,x,y,newx,newy,count=-1,k=1;
                         ^~~~~
/in/foo.cc:29:34: warning: unused variable 'k' [-Wunused-variable]
  int zero,x,y,newx,newy,count=-1,k=1;
                                  ^
/in/foo.cc: In function 'int findzero(std::__cxx11::string)':
/in/foo.cc:23:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
# 状态 耗时 内存占用
#1 Accepted 4ms 540.0 KiB
#2 Accepted 10ms 1.047 MiB
#3 Accepted 20ms 1.703 MiB
#4 Accepted 49ms 3.32 MiB
#5 Accepted 94ms 5.527 MiB
#6 Accepted 94ms 5.543 MiB
#7 Accepted 99ms 5.562 MiB
#8 Accepted 107ms 6.016 MiB

信息

递交者
类型
递交
题目
P1360 八数码问题
语言
C++
递交时间
2019-03-06 00:01:59
评测时间
2019-03-06 00:01:59
评测机
分数
100
总耗时
482ms
峰值内存
6.016 MiB