记录详情

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);
                                   ^~
正在同步测试数据,请稍后
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 46ms 9.465 MiB
#2 Accepted 60ms 9.453 MiB
#3 Accepted 30ms 9.473 MiB
#4 Accepted 14ms 9.473 MiB
#5 Accepted 63ms 9.441 MiB
#6 Accepted 50ms 9.438 MiB
#7 Accepted 55ms 9.359 MiB
#8 Accepted 55ms 9.477 MiB
#9 Accepted 53ms 9.387 MiB
#10 Accepted 88ms 9.477 MiB

信息

递交者
类型
递交
题目
P1045 河蟹王国
语言
C++
递交时间
2021-04-06 21:28:56
评测时间
2021-04-06 21:28:56
评测机
分数
100
总耗时
518ms
峰值内存
9.477 MiB