Wrong Answer
/in/foo.cc: In function 'void query(int, int, int, int, int)': /in/foo.cc:58:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(mid>=L)query(rt<<1,l,mid,L,R);if(mid<R)query(rt<<1|19,mid+1,r,L,R); ^~ /in/foo.cc:58:35: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if(mid>=L)query(rt<<1,l,mid,L,R);if(mid<R)query(rt<<1|19,mid+1,r,L,R); ^~
信息
- 递交者
- 类型
- 递交
- 题目
- P1986 小h的妹子树二
- 语言
- C++
- 递交时间
- 2018-04-25 16:24:25
- 评测时间
- 2018-04-25 16:24:25
- 评测机
- 分数
- 0
- 总耗时
- 582ms
- 峰值内存
- 13.293 MiB