ACM--steps--4.3.5--Sticks

来源:互联网 发布:云计算 开源框架 编辑:程序博客网 时间:2024/05/16 00:45

Sticks

Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 371 Accepted Submission(s): 120 
Problem Description
George took sticks of the same length and cut them randomly until all parts became at most 50 units long. Now he wants to return sticks to the original state, but he forgot how many sticks he had originally and how long they were originally. Please help him and design a program which computes the smallest possible original length of those sticks. All lengths expressed in units are integers greater than zero. 
 
Input
The input contains blocks of 2 lines. The first line contains the number of sticks parts after cutting, there are at most 64 sticks. The second line contains the lengths of those parts separated by the space. The last line of the file contains zero.
 
Output
The output file contains the smallest possible length of original sticks, one per line. 
 
Sample Input
95 2 1 5 2 1 5 2 141 2 3 40
 
Sample Output
65
 
 
Source
ACM暑期集训队练习赛(七)
 
Recommend
lcy
0 0
原创粉丝点击