文件名称:1380
介绍说明--下载内容均来自于网络,请自行研究使用
给定N个整数,找出它们中的最大值。在输入时可以连续输几组数,每组数中,第一行包括一个整数N(1〈=N〈=10000),第二行包括N个整数,每个的绝对值小于10^9,当一组数中,第一行为0时就退出程序。在输出时,每组数就有一行中显示它的最大值-In this problem, you are given n integers. Your task is to find the maximal value of them.
Input may contains several test cases. For each test case, the first line contains an integer, indicating n (1<=n<=10,000).In the second line there are n integers, which absolute values are less than 10^9.A case with n=0 indicates the end of input, which should not be processed.
For each test case, you should output the maximal value in a single line.
Input may contains several test cases. For each test case, the first line contains an integer, indicating n (1<=n<=10,000).In the second line there are n integers, which absolute values are less than 10^9.A case with n=0 indicates the end of input, which should not be processed.
For each test case, you should output the maximal value in a single line.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
1380.cpp