/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int search(Node)':
/in/foo.cc:135:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:141:12: warning: iteration 9 invokes undefined behavior [-Waggressive-loop-optimizations]
   hashs[i] = hashs[i-1] * i;
   ~~~~~~~~~^~~~~~~~~~~~~~~~
/in/foo.cc:140:15: note: within this loop
  for(int i=1;i<11;i++){
              ~^~~
# 状态 耗时 内存占用
#1 Accepted 4ms 768.0 KiB
#2 Accepted 3ms 768.0 KiB
#3 Accepted 4ms 852.0 KiB
#4 Accepted 3ms 856.0 KiB
#5 Accepted 2ms 868.0 KiB
#6 Accepted 4ms 768.0 KiB
#7 Accepted 3ms 868.0 KiB
#8 Accepted 3ms 768.0 KiB

信息

递交者
类型
递交
题目
P1360 八数码问题
语言
C++
递交时间
2018-03-13 21:46:14
评测时间
2018-03-13 21:46:14
评测机
分数
100
总耗时
29ms
峰值内存
868.0 KiB