/ fastle /

记录详情

Time Exceeded

/in/foo.cc: In member function 'void RMQ::Init(int, int*)':
/in/foo.cc:22:18: warning: suggest parentheses around '-' inside '<<' [-Wparentheses]
    for(int t=1<<j-1,i=n-t; i; --i)
                 ~^~
/in/foo.cc: In member function 'void Segment_Tree::Build(int, int, int, int*)':
/in/foo.cc:48:10: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
   int m=l+r>>1;
         ~^~
/in/foo.cc: In member function 'void Segment_Tree::Modify(int, int, int, int, int, int)':
/in/foo.cc:61:10: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
   int m=l+r>>1;
         ~^~
/in/foo.cc: In member function 'void Segment_Tree::Print(int, int, int)':
/in/foo.cc:70:10: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
   int m=l+r>>1; Print(lson), Print(rson);
         ~^~
/in/foo.cc: In function 'LL Query(int, int, int, int, int)':
/in/foo.cc:97:9: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
  int m=l+r>>1;
        ~^~
/in/foo.cc:98:4: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  if(L<=m)
    ^
# 状态 耗时 内存占用
#1 Accepted 13ms 36.336 MiB
#2 Accepted 8ms 14.316 MiB
#3 Accepted 707ms 32.434 MiB
#4 Accepted 707ms 18.629 MiB
#5 Time Exceeded ≥1000ms ≥32.504 MiB
#6 Time Exceeded ≥1001ms ≥23.574 MiB
#7 Time Exceeded ≥1003ms ≥30.82 MiB
#8 Time Exceeded ≥1000ms ≥25.176 MiB
#9 Time Exceeded ≥1000ms ≥45.211 MiB
#10 Time Exceeded ≥1000ms ≥45.668 MiB
#11 Time Exceeded ≥1000ms ≥45.496 MiB
#12 Time Exceeded ≥1001ms ≥45.566 MiB
#13 Time Exceeded ≥1003ms ≥45.488 MiB
#14 Time Exceeded ≥1000ms ≥45.613 MiB
#15 Time Exceeded ≥1001ms ≥45.609 MiB
#16 Time Exceeded ≥1001ms ≥44.742 MiB
#17 Time Exceeded ≥1002ms ≥45.531 MiB
#18 Time Exceeded ≥1000ms ≥44.93 MiB
#19 Time Exceeded ≥1003ms ≥44.977 MiB
#20 Time Exceeded ≥1001ms ≥45.582 MiB

信息

递交者
类型
递交
题目
P1002 双面间谍
语言
C++
递交时间
2019-03-19 18:55:09
评测时间
2019-03-19 18:55:09
评测机
分数
20
总耗时
≥17458ms
峰值内存
≥45.668 MiB