0
点赞
收藏
分享

微信扫一扫

北京大学ACM Problems 1011:Sticks

alonwang 2022-04-21 阅读 46
c++Cc语言

Sticks

Time Limit: 1000MS Memory Limit: 10000K
Total Submissions: 173358 Accepted: 42418

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

举报

相关推荐

0 条评论