22667_Bridgeoveraroughriver

2022-5-16 18:22| 发布者: Hocassian| 查看: 27| 评论: 0|原作者: 肇庆学院ACM合集

摘要:
C:\Users\Administrator\Downloads\2019-10-12-10-14-5-89506837269000-Problem List-采集的数据-后羿采集器.html

Pro.ID

22667

Title

Bridge over a rough river

Title链接

http://10.20.2.8/oj/exercise/problem?problem_id=22667

AC

6

Submit

13

Ratio

46.15%

时间&空间限制

  • Time Limit: 1000/500 MS (Java/Others)     Memory Limit: 65536/65536 K (Java/Others)
  • 描述

    A group of N travelers (1 ≤ N ≤ 50) has approached an old and shabby bridge and wishes to cross the river as soon as possible. However, there can be no more than two persons on the bridge at a time. Besides it's necessary to light the way with a torch for safe crossing but the group has only one torch.

    Each traveler needs ti seconds to cross the river on the bridge; i=1, …, N ( ti are integers from 1 to 100 ). If two travelers are crossing together their crossing time is the time of the slowest traveler.

    The task is to determine minimal crossing time for the whole group.

    输入

    Input consists of two lines: the first line contains the value of N and the second one contains the values of ti ( separated by one or several spaces ) .

    输出

    Description

    A group of N travelers (1 ≤ N ≤ 50) has approached an old and shabby bridge and wishes to cross the river as soon as possible. However, there can be no more than two persons on the bridge at a time. Besides it's necessary to light the way with a torch for safe crossing but the group has only one torch.

    Each traveler needs ti seconds to cross the river on the bridge; i=1, …, N ( ti are integers from 1 to 100 ). If two travelers are crossing together their crossing time is the time of the slowest traveler.

    The task is to determine minimal crossing time for the whole group.

    Input

    Input consists of two lines: the first line contains the value of N and the second one contains the values of ti ( separated by one or several spaces ) .

    Output

    Output one line with the result.

    Sample Input

    4
    6 7 6 5

    Sample Output

    29

    Source

    样例输入

    4
    6 7 6 5

    样例输出

    29

    作者


    路过

    雷人

    握手

    鲜花

    鸡蛋

    最新评论

    返回顶部