记录详情

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 440.0 KiB
#2 Accepted 2ms 384.0 KiB
#3 Accepted 2ms 384.0 KiB
#4 Accepted 2ms 384.0 KiB
#5 Accepted 2ms 416.0 KiB
#6 Accepted 6ms 408.0 KiB
#7 Accepted 5ms 544.0 KiB
#8 Accepted 3ms 384.0 KiB
#9 Accepted 7ms 508.0 KiB
#10 Accepted 11ms 576.0 KiB
#11 Accepted 7ms 752.0 KiB
#12 Accepted 108ms 1.68 MiB
#13 Accepted 65ms 1.523 MiB
#14 Accepted 99ms 1.875 MiB
#15 Accepted 136ms 2.281 MiB
#16 Accepted 2170ms 18.094 MiB
#17 Time Exceeded ≥3108ms ≥19.375 MiB
#18 Accepted 1414ms 13.23 MiB
#19 Accepted 1518ms 13.887 MiB
#20 Accepted 4686ms 27.477 MiB

信息

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