1365_Stick

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

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

Pro.ID

1365

Title

Stick

Title链接

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

AC

128

Submit

207

Ratio

61.84%

时间&空间限制

  • Time Limit: 200/100 MS (Java/Others)     Memory Limit: 32768/32768 K (Java/Others)
  • 描述

    Anthony has collected a large amount of sticks for manufacturing chopsticks. In order to simplify his job, he wants to fetch two equal-length sticks for machining at a time. After checking it over, Anthony finds that it is always possible that only one stick is left at last, because of the odd number of sticks and some other unknown reasons. For example, Anthony may have three sticks with length 1, 2, and 1 respectively. He fetches the first and the third for machining, and leaves the second one at last. You task is to report the length of the last stick.

    输入

    The input file will consist of several cases.

    Each case will be presented by an integer n ( 1 ≤ n ≤ 100, and n is odd ) at first. Following that, n positive integers will be given, one in a line. These numbers indicate the length of the sticks collected by Anthony.

    The input is ended by n=0.

    输出

    Description

    Anthony has collected a large amount of sticks for manufacturing chopsticks. In order to simplify his job, he wants to fetch two equal-length sticks for machining at a time. After checking it over, Anthony finds that it is always possible that only one stick is left at last, because of the odd number of sticks and some other unknown reasons. For example, Anthony may have three sticks with length 1, 2, and 1 respectively. He fetches the first and the third for machining, and leaves the second one at last. You task is to report the length of the last stick.

    Input

    The input file will consist of several cases.

    Each case will be presented by an integer n ( 1 ≤ n ≤ 100, and n is odd ) at first. Following that, n positive integers will be given, one in a line. These numbers indicate the length of the sticks collected by Anthony.

    The input is ended by n=0.

    Output

    For each case, output an integer in a line, which is the length of the last stick.

    Sample Input

    3
    1
    2
    1
    0

    Sample Output

    2

    Source

    样例输入

    3
    1
    2
    1
    0

    样例输出

    2

    提示

    作者


    路过

    雷人

    握手

    鲜花

    鸡蛋

    最新评论

    返回顶部