Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:38:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (int i=0;i<=log2(n+1);i++) f[n+1][i]=n+1;dep[n+1]=1; ^~~ /in/foo.cc:38:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' for (int i=0;i<=log2(n+1);i++) f[n+1][i]=n+1;dep[n+1]=1; ^~~
信息
- 递交者
- 类型
- 递交
- 题目
- 灾难
- 语言
- C++
- 递交时间
- 2017-07-24 10:39:45
- 评测时间
- 2017-07-24 10:39:45
- 评测机
- 分数
- 100
- 总耗时
- 218ms
- 峰值内存
- 11.703 MiB