/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:11:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d",&n,&k);
  ~~~~~^~~~~~~~~~~~~~
foo.cc:13: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 23ms 13.922 MiB
#2 Accepted 23ms 13.887 MiB
#3 Accepted 25ms 13.902 MiB
#4 Accepted 23ms 13.918 MiB
#5 Accepted 24ms 13.836 MiB

信息

递交者
类型
递交
题目
P1202 Selection
语言
C++
递交时间
2021-08-12 21:37:45
评测时间
2021-08-12 21:37:45
评测机
分数
100
总耗时
120ms
峰值内存
13.922 MiB