Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:111:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i=0;i<=N;i++) printf("%d ",(f[i]+P)%P);puts(""); ^~~ /in/foo.cc:111:49: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' for(int i=0;i<=N;i++) printf("%d ",(f[i]+P)%P);puts(""); ^~~~
信息
- 递交者
- 类型
- 递交
- 题目
- #52 伐木
- 语言
- C++
- 递交时间
- 2019-03-26 08:52:43
- 评测时间
- 2019-03-26 08:52:43
- 评测机
- 分数
- 100
- 总耗时
- 6966ms
- 峰值内存
- 25.66 MiB