/ Vijos /

记录详情

Accepted

/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 Accepted 4ms 8.336 MiB
#2 Accepted 12ms 8.25 MiB
#3 Accepted 23ms 10.477 MiB
#4 Accepted 15ms 10.551 MiB
#5 Accepted 78ms 10.539 MiB
#6 Accepted 117ms 25.387 MiB
#7 Accepted 148ms 25.863 MiB
#8 Accepted 137ms 24.305 MiB
#9 Accepted 153ms 25.359 MiB
#10 Accepted 134ms 25.336 MiB

信息

递交者
类型
递交
题目
P1083 小白逛公园
语言
C++
递交时间
2017-07-12 19:49:51
评测时间
2017-07-12 19:49:51
评测机
分数
100
总耗时
827ms
峰值内存
25.863 MiB