记录详情

Accepted

foo.cc: In member function 'void tree::add(int, int, int, ll)':
foo.cc:61:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   61 |         if (l<=m) add(p<<1,l,r,c);if (r>m) add(p<<1|1,l,r,c);
      |         ^~
foo.cc:61:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   61 |         if (l<=m) add(p<<1,l,r,c);if (r>m) add(p<<1|1,l,r,c);
      |                                   ^~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 84ms 9.621 MiB
#2 Accepted 62ms 9.617 MiB
#3 Accepted 56ms 9.5 MiB
#4 Accepted 17ms 9.5 MiB
#5 Accepted 62ms 9.867 MiB
#6 Accepted 75ms 9.742 MiB
#7 Accepted 54ms 9.617 MiB
#8 Accepted 62ms 9.617 MiB
#9 Accepted 48ms 9.742 MiB
#10 Accepted 75ms 9.742 MiB

信息

递交者
类型
递交
题目
P1045 河蟹王国
语言
C++
递交时间
2022-07-27 16:57:08
评测时间
2022-07-27 16:57:08
评测机
分数
100
总耗时
598ms
峰值内存
9.867 MiB