记录详情

Time Exceeded

foo.cc: In function 'int main()':
foo.cc:19:15: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  int n,m;scanf("%d%d",&n,&m);
          ~~~~~^~~~~~~~~~~~~~
foo.cc:27:61: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  for(int i=1;i<=m;i++) scanf("%d%d",&query[i].l,&query[i].r),query[i].index=i;
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Accepted 2ms 384.0 KiB
#3 Accepted 2ms 384.0 KiB
#4 Accepted 2ms 384.0 KiB
#5 Accepted 2ms 384.0 KiB
#6 Accepted 6ms 492.0 KiB
#7 Accepted 5ms 536.0 KiB
#8 Accepted 3ms 384.0 KiB
#9 Accepted 6ms 512.0 KiB
#10 Accepted 10ms 584.0 KiB
#11 Accepted 7ms 756.0 KiB
#12 Accepted 82ms 1.5 MiB
#13 Accepted 51ms 1.48 MiB
#14 Accepted 81ms 1.664 MiB
#15 Accepted 108ms 1.945 MiB
#16 Accepted 1734ms 15.055 MiB
#17 Time Exceeded ≥3229ms ≥16.344 MiB
#18 Accepted 1310ms 10.195 MiB
#19 Accepted 1371ms 10.852 MiB
#20 Accepted 4612ms 25.297 MiB

信息

递交者
类型
递交
题目
P1236 F 奇怪的程序(Hard) /[模板]莫队算法
语言
C++
递交时间
2021-04-14 18:31:24
评测时间
2021-04-14 18:31:24
评测机
分数
95
总耗时
≥12634ms
峰值内存
≥25.297 MiB