/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:47:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   47 |  scanf("%lld%lld",&n,&m);
      |  ~~~~~^~~~~~~~~~~~~~~~~~
foo.cc:48:29: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   48 |  for(int i=1;i<=n;i++) scanf("%lld",&a[i]),id[i]=i;
      |                        ~~~~~^~~~~~~~~~~~~~
foo.cc:61:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   61 |   scanf("%lld%lld%lld",&x1,&y2,&k1);
      |   ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 5ms 384.0 KiB
#2 Accepted 3ms 640.0 KiB
#3 Accepted 6ms 1.625 MiB
#4 Accepted 10ms 2.375 MiB
#5 Accepted 10ms 2.875 MiB
#6 Accepted 29ms 5.742 MiB
#7 Accepted 72ms 11.492 MiB
#8 Accepted 184ms 23.367 MiB
#9 Accepted 295ms 29.492 MiB
#10 Accepted 277ms 29.617 MiB

信息

递交者
类型
递交
题目
P1081 野生动物园
语言
C++
递交时间
2022-04-05 10:38:28
评测时间
2022-04-05 10:38:28
评测机
分数
100
总耗时
895ms
峰值内存
29.617 MiB