/ 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 10ms 32.312 MiB
#2 Accepted 7ms 20.316 MiB
#3 Accepted 67ms 36.324 MiB
#4 Accepted 64ms 16.609 MiB
#5 Time Exceeded ≥1003ms ≥26.641 MiB
#6 Time Exceeded ≥1001ms ≥30.438 MiB
#7 Time Exceeded ≥1000ms ≥33.875 MiB
#8 Time Exceeded ≥1000ms ≥23.258 MiB
#9 Time Exceeded ≥1000ms ≥45.293 MiB
#10 Time Exceeded ≥1001ms ≥45.414 MiB
#11 Time Exceeded ≥1001ms ≥45.281 MiB
#12 Time Exceeded ≥1001ms ≥45.527 MiB
#13 Time Exceeded ≥1002ms ≥45.184 MiB
#14 Time Exceeded ≥1002ms ≥45.375 MiB
#15 Time Exceeded ≥1001ms ≥45.473 MiB
#16 Time Exceeded ≥1001ms ≥45.25 MiB
#17 Time Exceeded ≥1002ms ≥46.422 MiB
#18 Time Exceeded ≥1000ms ≥45.316 MiB
#19 Time Exceeded ≥1003ms ≥45.461 MiB
#20 Time Exceeded ≥1000ms ≥45.254 MiB

信息

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