SSOJ
Home
AtCoder
ProblemSet
课程
Contest
Status
Ranklist
F.A.Qs
Login
Register
1026: 求10个数中的最大值和最小值
Memory Limit:128 MB
Time Limit:1 S
Judge Style:Text Compare
Creator:
Submit:1244
Solved:690
上一题
Submit
下一题
Submit Record
Statistics
HTML
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
Source/Category
菜鸟入门
[for]
循环结构
精做
加入题单
上一题
下一题
算法标签: