Wrong Answer

foo.cc: In function 'int main()':
foo.cc:6:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&m);
  ~~~~~^~~~~~~~~
foo.cc:7:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&n);
  ~~~~~^~~~~~~~~
foo.cc:9: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 Wrong Answer Read 7, expect 2. 2ms 384.0 KiB
#2 Wrong Answer Read 13, expect 4. 2ms 384.0 KiB
#3 Wrong Answer Read 25, expect 5. 2ms 384.0 KiB

信息

递交者
类型
递交
题目
P2374 1.5.24:正常血压
语言
C++
递交时间
2021-11-06 19:19:24
评测时间
2021-11-06 19:19:24
评测机
分数
0
总耗时
6ms
峰值内存
384.0 KiB