Accepted
/in/foo.cc: In function 'void getln(int*, int*, int)': /in/foo.cc:86:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(i=n-1;i;i--)b[i]=(ll)b[i-1]*inv[i]%P;b[0]=0; ^~~ /in/foo.cc:86:44: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' for(i=n-1;i;i--)b[i]=(ll)b[i-1]*inv[i]%P;b[0]=0; ^
信息
- 递交者
- 类型
- 递交
- 题目
- P2023 遗忘的集合
- 语言
- C++
- 递交时间
- 2018-03-24 00:14:50
- 评测时间
- 2018-03-24 00:21:39
- 评测机
- 分数
- 100
- 总耗时
- 28278ms
- 峰值内存
- 54.082 MiB