Accepted
/in/foo.cc: In function 'void Infix(int&, int, int, int, int)':
/in/foo.cc:30:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(!v)v=++ind;tree[v].d+=x;if(L==R)return ;
^~
/in/foo.cc:30:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(!v)v=++ind;tree[v].d+=x;if(L==R)return ;
^~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1665 区间查询
- 语言
- C++
- 递交时间
- 2018-03-09 23:29:05
- 评测时间
- 2018-03-09 23:29:05
- 评测机
- 分数
- 100
- 总耗时
- 1001ms
- 峰值内存
- 47.375 MiB