/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:40:78: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
                     if (i + MOVE[j] >= 0 && i + MOVE[j] < 16 && !(i % 4 == 3 && MOVE[j] == 1 || i % 4 == 0 && MOVE[j] == -1) && !(state & (1 << (i + MOVE[j])))) {
                                                                   ~~~~~~~~~~~^~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 5ms 384.0 KiB
#2 Accepted 4ms 364.0 KiB
#3 Accepted 4ms 384.0 KiB
#4 Accepted 9ms 512.0 KiB
#5 Accepted 14ms 512.0 KiB
#6 Accepted 6ms 584.0 KiB
#7 Accepted 10ms 640.0 KiB
#8 Accepted 9ms 384.0 KiB
#9 Accepted 8ms 512.0 KiB
#10 Accepted 9ms 492.0 KiB

信息

递交者
类型
递交
题目
P1206 CoVH之再破难关
语言
C++
递交时间
2018-04-27 15:48:49
评测时间
2018-04-27 15:48:49
评测机
分数
100
总耗时
82ms
峰值内存
640.0 KiB