1026: 求10个数中的最大值和最小值

Memory Limit:128 MB Time Limit:1 S
Judge Style:Text Compare Creator:
Submit:1244 Solved:690

Description

求10个数中的最大值和最小值

Input

输入10个整数

Output

输出2行:第一行是10个数中的最大值;第二行是10个数中的最小值

Sample Input Copy

1 2 3 4 5 16 7 8 -9 0

Sample Output Copy

16
-9

加入题单

上一题 下一题 算法标签: