3118: 求最大数max [1*]
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:295
Solved:206
Description
读入n及n个1000以内的整数,输出其中最大的数。
输入样例:
5
11 92 43 22 65
输出样例:
92
数据规模 1<= n <=100
输入样例:
5
11 92 43 22 65
输出样例:
92
数据规模 1<= n <=100
Sample Input Copy
5
11 92 43 22 65
Sample Output Copy
92