Accepted

foo.cc: In function 'int main()':
foo.cc:7:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d",&n,&m);
  ~~~~~^~~~~~~~~~~~~~
foo.cc:9:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d",&a[i]);
   ~~~~~^~~~~~~~~~~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Accepted 1ms 384.0 KiB
#3 Accepted 30ms 736.0 KiB
#4 Accepted 36ms 736.0 KiB
#5 Accepted 9ms 556.0 KiB
#6 Accepted 97ms 2.223 MiB
#7 Accepted 123ms 2.254 MiB
#8 Accepted 189ms 3.602 MiB
#9 Accepted 378ms 4.113 MiB
#10 Accepted 214ms 2.777 MiB

信息

递交者
类型
递交
题目
「一本通 5.5 例 1」滑动窗口
语言
C++
递交时间
2021-08-13 13:37:20
评测时间
2021-08-13 14:01:05
评测机
分数
100
总耗时
1084ms
峰值内存
4.113 MiB