导航切换
WWOJ
ProblemSet
Status
RankList
Contest
Recent
F.A.Q
Login
Login
Register
1010: 求最大值
Time Limit:
1 Sec
Memory Limit:
128 MB
Submission:
101
AC:
63
Score:
100.00
Submit
Codes
Description
输入一个正整数 repeat (0<repeat<10),做repeat 次下列运算:
输入一个正整数 n, 再输入n 个整数,输出最大值。
Input
见sample
Output
见sample
Samples
input:
3 4 2 123 -100 0 4 9 1 -1 8 3 1 3 5
output:
123 9 5
Source
C语言练习题
Submit
Codes