记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:19:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   19 |     int n,m;scanf("%d%d",&n,&m);
      |             ~~~~~^~~~~~~~~~~~~~
foo.cc:27:32: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   27 |     for(int i=1;i<=m;i++) scanf("%d%d",&query[i].l,&query[i].r),query[i].index=i;
      |                           ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#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 4ms 512.0 KiB
#7 Accepted 5ms 512.0 KiB
#8 Accepted 3ms 384.0 KiB
#9 Accepted 5ms 512.0 KiB
#10 Accepted 10ms 512.0 KiB
#11 Accepted 6ms 640.0 KiB
#12 Accepted 69ms 1.367 MiB
#13 Accepted 41ms 1.367 MiB
#14 Accepted 122ms 1.617 MiB
#15 Accepted 115ms 1.992 MiB
#16 Accepted 1755ms 19.398 MiB
#17 Accepted 2574ms 19.301 MiB
#18 Accepted 1057ms 11.793 MiB
#19 Accepted 1045ms 12.773 MiB
#20 Accepted 4026ms 30.984 MiB

信息

递交者
类型
递交
题目
P1236 F 奇怪的程序(Hard) /[模板]莫队算法
语言
C++
递交时间
2022-07-28 21:27:05
评测时间
2022-07-28 21:27:05
评测机
分数
100
总耗时
10855ms
峰值内存
30.984 MiB