Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:68:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 1; i < cnt; i++) printf("%d ", ans[i]); printf("%d\n", ans[cnt]); ^~~ /in/foo.cc:68:57: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' for(int i = 1; i < cnt; i++) printf("%d ", ans[i]); printf("%d\n", ans[cnt]); ^~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1867 随机数生成器
- 语言
- C++
- 递交时间
- 2017-07-02 13:19:14
- 评测时间
- 2017-07-02 13:19:14
- 评测机
- 分数
- 100
- 总耗时
- 10034ms
- 峰值内存
- 238.961 MiB