Wrong Answer
/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 09:49:55
- 评测时间
- 2019-03-26 09:49:55
- 评测机
- 分数
- 50
- 总耗时
- 6614ms
- 峰值内存
- 25.648 MiB