/ TYWZ /

记录详情

Accepted

/in/foo.cc: In function 'void read()':
/in/foo.cc:59:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
    if(tmp)k++; k<<=1;
    ^~
/in/foo.cc:59:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
    if(tmp)k++; k<<=1;
                ^
/in/foo.cc: In function 'void bfs()':
/in/foo.cc:76:69: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
    if((edge[it].keycode & srch.key) != edge[it].keycode || vis[fnd] && (srch.key & lstkey[fnd]) == srch.key)continue;
                                                            ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 328.0 KiB

信息

递交者
类型
自测
题目
P1003 小C的密室
语言
C++
递交时间
2019-03-09 22:08:47
评测时间
2019-03-09 22:08:47
评测机
分数
10
总耗时
1ms
峰值内存
328.0 KiB