记录详情

Runtime Error

/in/foo.cc: In member function 'void tree::add(int, int, int, ll)':
/in/foo.cc:57: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);
   ^~
/in/foo.cc:57:29: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if (l<=m) add(p<<1,l,r,c);if (r>m) add(p<<1|1,l,r,c);
                             ^~
# 状态 耗时 内存占用
#1 Runtime Error 1ms 224.0 KiB
#2 Runtime Error 1ms 224.0 KiB
#3 Runtime Error 1ms 228.0 KiB
#4 Runtime Error 1ms 228.0 KiB
#5 Runtime Error 1ms 232.0 KiB
#6 Runtime Error 1ms 224.0 KiB
#7 Runtime Error 1ms 228.0 KiB
#8 Runtime Error 1ms 228.0 KiB
#9 Runtime Error 1ms 232.0 KiB
#10 Runtime Error 1ms 224.0 KiB

信息

递交者
类型
递交
题目
P1045 河蟹王国
语言
C++
递交时间
2021-01-27 09:52:13
评测时间
2021-01-27 09:52:13
评测机
分数
0
总耗时
13ms
峰值内存
232.0 KiB