/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int HashFind(int)':
/in/foo.cc:191:10: warning: variable 'q' set but not used [-Wunused-but-set-variable]
     hash q=NULL;
          ^
/in/foo.cc: In function 'int DHashFind(int)':
/in/foo.cc:215:10: warning: variable 'q' set but not used [-Wunused-but-set-variable]
     hash q=NULL;
          ^
/in/foo.cc: In function 'int Check(int)':
/in/foo.cc:231:18: warning: variable 'q' set but not used [-Wunused-but-set-variable]
             hash q=&store[a];
                  ^
/in/foo.cc: In function 'void Delete(basic*)':
/in/foo.cc:378:12: warning: variable 'q' set but not used [-Wunused-but-set-variable]
     Eight *q;
            ^
# 状态 耗时 内存占用
#1 Accepted 9ms 1.238 MiB
#2 Accepted 10ms 1.359 MiB
#3 Accepted 11ms 1.25 MiB
#4 Accepted 12ms 1.25 MiB
#5 Accepted 11ms 1.375 MiB
#6 Accepted 13ms 1.344 MiB
#7 Accepted 14ms 1.25 MiB
#8 Accepted 24ms 1.363 MiB

信息

递交者
类型
递交
题目
P1360 八数码问题
语言
C++
递交时间
2018-08-05 14:28:32
评测时间
2018-08-05 14:28:32
评测机
分数
100
总耗时
107ms
峰值内存
1.375 MiB