/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:56:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
             if(bb[j]=='-') b2[i]=b2[i]|(1<<j);             if(ff[j]=='-') f1[i]=f1[i]|(1<<j);
             ^~
/in/foo.cc:56:60: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
             if(bb[j]=='-') b2[i]=b2[i]|(1<<j);             if(ff[j]=='-') f1[i]=f1[i]|(1<<j);
                                                            ^~
# 状态 耗时 内存占用
#1 Accepted 7ms 5.363 MiB
#2 Wrong Answer 9ms 5.25 MiB
#3 Accepted 8ms 5.203 MiB
#4 Accepted 8ms 5.25 MiB
#5 Accepted 8ms 5.375 MiB
#6 Accepted 8ms 5.25 MiB
#7 Accepted 8ms 5.332 MiB
#8 Accepted 6ms 5.352 MiB
#9 Accepted 9ms 5.363 MiB
#10 Accepted 7ms 5.332 MiB

信息

递交者
类型
递交
题目
P1019 补丁VS错误
语言
C++
递交时间
2018-07-19 17:05:35
评测时间
2018-07-19 17:05:35
评测机
分数
90
总耗时
82ms
峰值内存
5.375 MiB