题目描述 任意输入n个整数,把它们的最大值求出来。 输入格式 输入只有一行,包括一个整数n(1<=n<=20),后面跟着n个数。 输出格式 输出只有一行,包括1个整数。 样例 input 5 1 99 3 6 0 output 99