记录详情

Runtime Error

/in/foo.cc: In function 'void create(int, int, int)':
/in/foo.cc:21:10: warning: suggest parentheses around '+' inside '<<' [-Wparentheses]
  create(o<<1+1,mid+1,r);
          ^
/in/foo.cc:22:41: warning: suggest parentheses around '+' inside '<<' [-Wparentheses]
  tree[o].maxv=max(tree[o<<1].maxv,tree[o<<1+1].maxv);
                                         ^
# 状态 耗时 内存占用
#1 Runtime Error 22ms 17.629 MiB
#2 Runtime Error 11ms 17.574 MiB
#3 Runtime Error 10ms 17.566 MiB
#4 Runtime Error 25ms 17.695 MiB
#5 Runtime Error 24ms 17.566 MiB

信息

递交者
类型
递交
题目
线段树模板题
语言
C++
递交时间
2017-03-13 11:26:09
评测时间
2017-03-13 11:26:09
评测机
分数
0
总耗时
93ms
峰值内存
17.695 MiB