Accepted

foo.cc: In function 'void dts::main()':
foo.cc:80:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   80 |         scanf("%d",&n);
      |         ~~~~~^~~~~~~~~
foo.cc:82:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   82 |             scanf("%d",&a[i]);
      |             ~~~~~^~~~~~~~~~~~
foo.cc:84:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   84 |         scanf("%d",&m);
      |         ~~~~~^~~~~~~~~
foo.cc:88:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   88 |             scanf("%d%d%d",&K,&l,&r);
      |             ~~~~~^~~~~~~~~~~~~~~~~~~
foo.cc:92:22: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   92 |                 scanf("%d",&val);
      |                 ~~~~~^~~~~~~~~~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 69ms 1.5 MiB
#2 Accepted 89ms 3.0 MiB
#3 Accepted 37ms 5.5 MiB
#4 Accepted 12ms 2.875 MiB
#5 Accepted 66ms 5.5 MiB
#6 Accepted 58ms 2.625 MiB
#7 Accepted 59ms 2.875 MiB
#8 Accepted 63ms 2.875 MiB
#9 Accepted 82ms 896.0 KiB
#10 Accepted 112ms 3.0 MiB

信息

递交者
类型
递交
题目
P1144 河蟹王国
语言
C++
递交时间
2021-12-31 20:35:59
评测时间
2021-12-31 20:35:59
评测机
分数
100
总耗时
652ms
峰值内存
5.5 MiB