记录详情

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)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Accepted 2ms 384.0 KiB

信息

递交者
类型
递交
题目
p1028 求n个整数的最小值(参考104页 实例2)
语言
C++
递交时间
2021-12-09 20:07:27
评测时间
2021-12-09 21:01:14
评测机
分数
20
总耗时
4ms
峰值内存
384.0 KiB