Accepted
foo.cc: In function 'int main()':
foo.cc:9:17: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    9 |     int n; scanf("%d", &n);
      |            ~~~~~^~~~~~~~~~
foo.cc:12:21: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   12 |         int x; scanf("%d", &x);
      |                ~~~~~^~~~~~~~~~
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - p1028 求n个整数的最小值(参考104页 实例2)
 - 语言
 - C++
 - 递交时间
 - 2021-12-09 18:17:00
 - 评测时间
 - 2021-12-09 18:17:00
 - 评测机
 
- 分数
 - 20
 - 总耗时
 - 4ms
 - 峰值内存
 - 384.0 KiB