Wrong Answer
/in/foo.cc: In function 'int main()':
/in/foo.cc:49:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
49 | if(!a[j]&&mp[i][j])
| ^~
/in/foo.cc:50:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
50 | a[j]=1;cnt++;
| ^~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1587 家庭问题(family)
- 语言
- C++
- 递交时间
- 2025-03-14 20:20:10
- 评测时间
- 2025-03-14 20:20:10
- 评测机
- 分数
- 40
- 总耗时
- 9ms
- 峰值内存
- 536.0 KiB