/ Vijos /

记录详情

Accepted

/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|1,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|1,mid+1,r,L,R);
                                   ^~
# 状态 耗时 内存占用
#1 Accepted 5ms 6.375 MiB
#2 Accepted 5ms 6.25 MiB
#3 Accepted 8ms 6.25 MiB
#4 Accepted 6ms 6.734 MiB
#5 Accepted 15ms 6.875 MiB
#6 Accepted 6ms 6.5 MiB
#7 Accepted 70ms 8.988 MiB
#8 Accepted 72ms 9.625 MiB
#9 Accepted 190ms 13.367 MiB
#10 Accepted 225ms 11.727 MiB

信息

递交者
类型
递交
题目
P1986 小h的妹子树二
语言
C++
递交时间
2018-04-25 16:40:07
评测时间
2018-04-25 16:40:07
评测机
分数
100
总耗时
607ms
峰值内存
13.367 MiB