Accepted
/in/foo.cc: In function 'void Solve(int)': /in/foo.cc:83:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 83 | if (vis[d]) continue; Queue(d, e); | ^~ /in/foo.cc:83:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 83 | if (vis[d]) continue; Queue(d, e); | ^~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1868 购票
- 语言
- C++
- 递交时间
- 2025-02-15 17:36:13
- 评测时间
- 2025-02-15 17:36:13
- 评测机
- 分数
- 100
- 总耗时
- 5270ms
- 峰值内存
- 29.727 MiB