Wrong Answer
foo.cc: In function 'void dfs(int, int)': foo.cc:31:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 31 | if(d[i]>n) break;sum=max(sum,i); | ^~ foo.cc:31:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 31 | if(d[i]>n) break;sum=max(sum,i); | ^~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1179 邮票面值设计
- 语言
- C++
- 递交时间
- 2022-02-12 18:38:34
- 评测时间
- 2022-02-12 18:38:34
- 评测机
- 分数
- 90
- 总耗时
- 150ms
- 峰值内存
- 512.0 KiB