/ WHOJ /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:16:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   16 |     scanf("%d%d%d%d",&n,&m,&a,&b);// 输入啊。。。
      |     ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
foo.cc:22:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   22 |         scanf("%d%d",&x,&y);
      |         ~~~~~^~~~~~~~~~~~~~
foo.cc:46:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   46 |         scanf("%d%d",&x,&y);
      |         ~~~~~^~~~~~~~~~~~~~
Found 7 testcases.
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 8ms 1.75 MiB
#2 Accepted 3ms 1.625 MiB
#3 Accepted 4ms 1.5 MiB
#4 Accepted 10ms 3.125 MiB
#5 Accepted 4ms 1.625 MiB
#6 Accepted 7ms 1.75 MiB
#7 Accepted 17ms 1.875 MiB

信息

递交者
类型
递交
题目
P1112 出动
题目数据
下载
语言
C++
递交时间
2022-08-09 22:04:47
评测时间
2022-08-09 22:07:18
评测机
分数
100
总耗时
56ms
峰值内存
3.125 MiB