记录详情

Accepted

foo.cc: In member function 'void tree::add(int, int, int, ll)':
foo.cc:61:3: 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:29: 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);
                             ^~
# 状态 耗时 内存占用
#1 Accepted 55ms 10.465 MiB
#2 Accepted 73ms 10.809 MiB
#3 Accepted 36ms 10.445 MiB
#4 Accepted 15ms 9.879 MiB
#5 Accepted 74ms 10.977 MiB
#6 Accepted 59ms 10.59 MiB
#7 Accepted 66ms 10.715 MiB
#8 Accepted 68ms 10.707 MiB
#9 Accepted 54ms 10.562 MiB
#10 Accepted 88ms 11.215 MiB

信息

递交者
类型
递交
题目
P1045 河蟹王国
语言
C++
递交时间
2021-01-27 10:31:03
评测时间
2021-01-27 10:31:03
评测机
分数
100
总耗时
593ms
峰值内存
11.215 MiB