/ fastle /

记录详情

Runtime Error

/in/foo.cc: In member function 'void Segment_Tree::Insert(int&, int, int, int, int)':
/in/foo.cc:27:14: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
   int m=(LL)l+r>>1;//LL!
         ~~~~~^~
/in/foo.cc: In member function 'int Segment_Tree::Query(int, int, int, int, int)':
/in/foo.cc:33:14: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
   int m=(LL)l+r>>1,mid,t=sz[ls]-sz[son[y][0]];
         ~~~~~^~
/in/foo.cc: In function 'int main()':
/in/foo.cc:64:30: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
   int l=read(),r=read(),p=r-l+2>>1;
                           ~~~^~
# 状态 耗时 内存占用
#1 Accepted 4ms 12.191 MiB
#2 Accepted 4ms 12.199 MiB
#3 Accepted 5ms 12.312 MiB
#4 Accepted 5ms 12.297 MiB
#5 Accepted 19ms 16.258 MiB
#6 Accepted 19ms 20.242 MiB
#7 Accepted 18ms 18.289 MiB
#8 Accepted 18ms 18.133 MiB
#9 Runtime Error 122ms 73.867 MiB
#10 Runtime Error 120ms 74.191 MiB
#11 Runtime Error 118ms 74.234 MiB
#12 Runtime Error 117ms 74.473 MiB
#13 Runtime Error 116ms 74.473 MiB
#14 Runtime Error 119ms 74.562 MiB
#15 Runtime Error 119ms 74.531 MiB
#16 Runtime Error 116ms 74.266 MiB
#17 Runtime Error 117ms 74.492 MiB
#18 Runtime Error 120ms 74.418 MiB
#19 Runtime Error 117ms 74.262 MiB
#20 Runtime Error 115ms 73.91 MiB

信息

递交者
类型
递交
题目
P1002 双面间谍
语言
C++
递交时间
2019-03-20 11:46:08
评测时间
2019-03-20 11:46:08
评测机
分数
40
总耗时
1516ms
峰值内存
74.562 MiB