/ Vijos /

记录详情

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 ;
                ^~~~
# 状态 耗时 内存占用
#1 Accepted 102ms 29.191 MiB
#2 Accepted 141ms 43.5 MiB
#3 Accepted 12ms 8.375 MiB
#4 Accepted 89ms 23.191 MiB
#5 Accepted 91ms 20.805 MiB
#6 Accepted 142ms 43.25 MiB
#7 Accepted 145ms 47.375 MiB
#8 Accepted 117ms 27.25 MiB
#9 Accepted 126ms 41.723 MiB
#10 Accepted 30ms 10.613 MiB

信息

递交者
类型
递交
题目
P1665 区间查询
语言
C++
递交时间
2018-03-09 23:29:05
评测时间
2018-03-09 23:29:05
评测机
分数
100
总耗时
1001ms
峰值内存
47.375 MiB