【深基4.例2】找最小值
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
题目描述
给出 和 个整数 ,求这 个整数中最小值是什么。
输入格式
第一行输入一个正整数 ,表示数字个数。
第二行输入 个非负整数,表示 ,以空格隔开。
输出格式
输出一个非负整数,表示这 个非负整数中的最小值。
8
1 9 2 6 0 8 1 7
0
提示
数据保证, 且 。
初一从0开始学C++(while循环)
- Status
- Done
- Problem
- 5
- Open Since
- 2023-12-4 0:00
- Deadline
- 2024-1-31 23:59
- Extension
- 24 hour(s)