/ 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.25 MiB
#2 Runtime Error 10ms 16.25 MiB
#3 Runtime Error 11ms 18.324 MiB
#4 Runtime Error 13ms 18.625 MiB
#5 Runtime Error 22ms 18.5 MiB
#6 Runtime Error 68ms 32.793 MiB
#7 Runtime Error 74ms 33.812 MiB
#8 Runtime Error 65ms 32.656 MiB
#9 Runtime Error 70ms 33.191 MiB
#10 Runtime Error 66ms 33.316 MiB

信息

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