[语言过关]求最大值、最小值
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.
说明
给出n个整数,求出最大值和最小值
输入格式
输入共两行,第一行为一个正整数n(0<n<1000)。第二行有n个整数。
输出
输出一行两个数,第一个是最大值,第二个是最小值
样例输入
5
36 12 65 4 2
样例输出
65 2
样例
测试赛
- Status
- Done
- Rule
- IOI
- Problem
- 4
- Start at
- 2023-12-6 18:00
- End at
- 2023-12-6 19:12
- Duration
- 1.2 hour(s)
- Host
- Partic.
- 3