Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:49:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
                 if(!a[j]&&mp[i][j])
                 ^~
/in/foo.cc:50:28: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
                     a[j]=1;cnt++;
                            ^~~
# 状态 耗时 内存占用
#1 Accepted 2ms 348.0 KiB
#2 Wrong Answer 2ms 356.0 KiB
#3 Wrong Answer 2ms 344.0 KiB
#4 Wrong Answer 2ms 340.0 KiB
#5 Accepted 2ms 444.0 KiB

信息

递交者
类型
递交
题目
P1587 家庭问题(family)
语言
C++
递交时间
2024-07-23 15:38:35
评测时间
2024-07-23 15:38:35
评测机
分数
40
总耗时
14ms
峰值内存
444.0 KiB