/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:11:5: warning: assuming signed overflow does not occur when assuming that (X - c) <= X is always true [-Wstrict-overflow]
     if (posA > posB)
     ^~
/in/foo.cc:11:5: warning: assuming signed overflow does not occur when assuming that (X + c) < X is always false [-Wstrict-overflow]
     if (posA > posB)
     ^~
/in/foo.cc:11:5: warning: assuming signed overflow does not occur when assuming that (X + c) < X is always false [-Wstrict-overflow]
     if (posA > posB)
     ^~
# 状态 耗时 内存占用
#1 Accepted 7ms 488.0 KiB
#2 Accepted 16ms 600.0 KiB
#3 Accepted 24ms 868.0 KiB
#4 Accepted 67ms 1.625 MiB
#5 Accepted 102ms 2.625 MiB
#6 Accepted 74ms 2.594 MiB
#7 Accepted 115ms 2.5 MiB
#8 Accepted 104ms 2.602 MiB

信息

递交者
类型
递交
题目
P1360 八数码问题
语言
C++
递交时间
2018-04-28 11:36:09
评测时间
2018-04-28 11:36:09
评测机
分数
100
总耗时
513ms
峰值内存
2.625 MiB