/ WHOJ /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:37:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   37 |   scanf("%d %d",&n,&k);
      |   ~~~~~^~~~~~~~~~~~~~~
foo.cc:39:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   39 |     scanf("%d",&a[i]);
      |     ~~~~~^~~~~~~~~~~~
正在同步测试数据,请稍后
Found 10 testcases.
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 380.0 KiB
#2 Accepted 2ms 384.0 KiB
#3 Accepted 39ms 1.242 MiB
#4 Accepted 36ms 1.617 MiB
#5 Accepted 11ms 640.0 KiB
#6 Accepted 91ms 4.492 MiB
#7 Accepted 121ms 6.117 MiB
#8 Accepted 209ms 8.367 MiB
#9 Accepted 321ms 16.742 MiB
#10 Accepted 175ms 7.992 MiB

信息

递交者
类型
递交
题目
P1429 滑动窗口 /【模板】单调队列
题目数据
下载
语言
C++
递交时间
2022-07-30 20:53:52
评测时间
2022-07-30 20:53:52
评测机
分数
100
总耗时
1011ms
峰值内存
16.742 MiB