文件名称:1380
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:557byte
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
给定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
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.