/ 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 7ms 16.266 MiB
#2 Runtime Error 8ms 16.25 MiB
#3 Runtime Error 11ms 16.25 MiB
#4 Runtime Error 27ms 18.375 MiB
#5 Runtime Error 18ms 20.371 MiB
#6 Runtime Error 64ms 33.371 MiB
#7 Runtime Error 61ms 33.875 MiB
#8 Runtime Error 68ms 33.191 MiB
#9 Runtime Error 73ms 32.383 MiB
#10 Runtime Error 65ms 32.441 MiB

信息

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