/ 答案 /

记录详情

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]
         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'
         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 39ms 10.461 MiB
#2 Accepted 49ms 10.746 MiB
#3 Accepted 27ms 10.344 MiB
#4 Accepted 13ms 9.836 MiB
#5 Accepted 55ms 10.855 MiB
#6 Accepted 43ms 10.594 MiB
#7 Accepted 45ms 10.562 MiB
#8 Accepted 47ms 10.68 MiB
#9 Accepted 44ms 10.586 MiB
#10 Accepted 66ms 11.098 MiB

信息

递交者
类型
递交
题目
P1013 河蟹王国
语言
C++
递交时间
2021-11-28 13:30:06
评测时间
2021-11-29 20:38:17
评测机
分数
100
总耗时
434ms
峰值内存
11.098 MiB