Accepted
/in/foo.cc: In function 'void work()': /in/foo.cc:60:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i <= j; ++i) cout << ' ' << o[i]; cout.put(10); ^~~ /in/foo.cc:60:48: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' for (i = 0; i <= j; ++i) cout << ' ' << o[i]; cout.put(10); ^~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P2054 热闹的聚会与尴尬的聚会
- 比赛
- 山东省选2019同步赛——第二场
- 语言
- C++
- 递交时间
- 2019-05-07 12:52:04
- 评测时间
- 2019-05-07 12:52:04
- 评测机
- 分数
- 100
- 总耗时
- 1787ms
- 峰值内存
- 3.367 MiB