/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In member function 'void Segment_Tree::build(int, int, int, int*)':
/in/foo.cc:35:12: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
   rt m = l + r >> 1, k = t << 1;
          ~~^~~
/in/foo.cc: In member function 'void Segment_Tree::modify(int, int, int, int, int)':
/in/foo.cc:46:12: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
   rt m = l + r >> 1, k = t << 1;
          ~~^~~
/in/foo.cc: In member function 'State Segment_Tree::query(int, int, int, int, int)':
/in/foo.cc:53:12: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
   rt m = l + r >> 1, k = t << 1;
          ~~^~~
# 状态 耗时 内存占用
#1 Runtime Error 8ms 16.25 MiB
#2 Runtime Error 7ms 16.355 MiB
#3 Runtime Error 7ms 16.25 MiB
#4 Runtime Error 16ms 20.574 MiB
#5 Runtime Error 14ms 20.375 MiB
#6 Runtime Error 47ms 33.508 MiB
#7 Runtime Error 69ms 32.68 MiB
#8 Runtime Error 55ms 33.043 MiB
#9 Runtime Error 71ms 33.852 MiB
#10 Runtime Error 56ms 32.684 MiB

信息

递交者
类型
递交
题目
P1083 小白逛公园
语言
C++
递交时间
2017-07-12 19:29:17
评测时间
2017-07-12 19:29:17
评测机
分数
0
总耗时
355ms
峰值内存
33.852 MiB