/ 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 2ms 332.0 KiB
#2 Accepted 2ms 328.0 KiB
#3 Accepted 2ms 332.0 KiB
#4 Accepted 2ms 328.0 KiB
#5 Accepted 2ms 332.0 KiB
#6 Accepted 2ms 328.0 KiB
#7 Accepted 3ms 332.0 KiB
#8 Accepted 3ms 360.0 KiB
#9 Accepted 3ms 332.0 KiB
#10 Accepted 3ms 328.0 KiB
#11 Accepted 2ms 332.0 KiB
#12 Accepted 2ms 328.0 KiB
#13 Accepted 3ms 332.0 KiB
#14 Accepted 4ms 384.0 KiB
#15 Accepted 2ms 332.0 KiB
#16 Accepted 6ms 372.0 KiB
#17 Accepted 6ms 384.0 KiB
#18 Accepted 2ms 328.0 KiB
#19 Accepted 9ms 372.0 KiB
#20 Accepted 88ms 452.0 KiB

信息

递交者
类型
递交
题目
P1003 小C的密室
比赛
20190309信息学奥赛模拟考(一)-补题通道
语言
C++
递交时间
2019-03-09 19:55:16
评测时间
2019-03-09 19:55:16
评测机
分数
100
总耗时
155ms
峰值内存
452.0 KiB