Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:19:17: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
19 | for(int j=p;j<=sum;j++)
| ^~~
/in/foo.cc:24:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
24 | if(flag) cout<<ans<<endl;
| ^~
信息
- 递交者
- 类型
- 递交
- 题目
- P2859 武器购买2024.12GESP7级T1
- 比赛
- 2026.7.24高级班练习
- 语言
- C++
- 递交时间
- 2026-07-24 11:02:59
- 评测时间
- 2026-07-24 11:02:59
- 评测机
- 分数
- 100
- 总耗时
- 667ms
- 峰值内存
- 9.566 MiB