/ 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 2ms 384.0 KiB
#2 Accepted 5ms 640.0 KiB
#3 Accepted 9ms 1.625 MiB
#4 Accepted 8ms 2.5 MiB
#5 Accepted 9ms 3.0 MiB
#6 Accepted 32ms 6.25 MiB
#7 Accepted 90ms 12.117 MiB
#8 Accepted 204ms 24.871 MiB
#9 Accepted 275ms 31.367 MiB
#10 Accepted 283ms 31.367 MiB

信息

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