1443: 函数解决最大值问题1
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:25
Solved:10
Description
现在有一个长度为十数组,请用函数找出数组中的最大值。
Input
长度为十的数组
Output
最大值
Sample Input Copy
3 4 2 5 6 1 7 4 10 9
Sample Output Copy
10