10174_RaucousRockers

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

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

Pro.ID

10174

Title

Raucous Rockers

Title链接

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

AC

21

Submit

41

Ratio

51.22%

时间&空间限制

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

    You just inherited the rights to N (1 ≤ N ≤ 20) previously unreleased songs recorded by the popular group Raucous Rockers. You plan to release a set of M (1 ≤ M ≤ 20) compact disks with a selection of these songs. Each disk can hold a maximum of T (1 ≤ T ≤ 20) minutes of music, and a song can not overlap from one disk to another.

    Since you are a classical music fan and have no way to judge the artistic merits of these songs, you decide on the following criteria for making the selection:

    • The songs on the set of disks must appear in the order of the dates that they were written.

    • The total number of songs included will be maximized.

    输入

    Multiple test cases. For each case:

    Line 1:  Three integers: N, T, and M.

    Line 2:  N integers that are the lengths of the songs ordered by the date they were written.

    输出

    Description

    You just inherited the rights to N (1 ≤ N ≤ 20) previously unreleased songs recorded by the popular group Raucous Rockers. You plan to release a set of M (1 ≤ M ≤ 20) compact disks with a selection of these songs. Each disk can hold a maximum of T (1 ≤ T ≤ 20) minutes of music, and a song can not overlap from one disk to another.

    Since you are a classical music fan and have no way to judge the artistic merits of these songs, you decide on the following criteria for making the selection:

    • The songs on the set of disks must appear in the order of the dates that they were written.

    • The total number of songs included will be maximized.

    Input

    Multiple test cases. For each case:

    Line 1:  Three integers: N, T, and M.

    Line 2:  N integers that are the lengths of the songs ordered by the date they were written.

    Output

    For each case, output a single line with an integer that is the number of songs that will fit on M disks.

    Sample Input

    4 5 2
    4 3 4 2

    Sample Output

    3

    Source

    样例输入

    4 5 2
    4 3 4 2

    样例输出

    3

    作者


    路过

    雷人

    握手

    鲜花

    鸡蛋

    最新评论

    返回顶部