21399_RansomNote

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

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

Pro.ID

21399

Title

Ransom Note

Title链接

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

AC

1

Submit

5

Ratio

20.00%

时间&空间限制

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

    Gilbert Bates, the magnate of aluminum siding, doors, and windows, has been kidnapped. You are to help the perpetrators produce a ransom note. Your raw materials are the text of a newspaper and the text of the ransom note. The ransom note is to be produced by clipping letters or strings of letters (and possibly spaces) from the newspaper and pasting them onto a blank sheet of paper to form the note. Your job is to determine the minimum number of pieces of paper that must be clipped and pasted to form the note. Between each pair of words in the note, either the clipper must contain a space or a boundary between clipping must occur (so that the blank background shows through).

    输入

    Standard input consists of the text of the note followed by the text of the newspaper. The text of the note is a single line, less than 20KB in length, in lowercase with no punctuation. The text of the newspaper is in upper and lower case with punctuation and newlines mixed in. Case may be ignored (aS IN aNY standard RAnsoM nOTE) and punctuation and newlines should not be clipped. The kidnappers have acquired a large number of copies of the same newspaper, so that the same or overlapping text may be clipped as many times as necessary. Every letter of the alphabet occurs at least once in the newspaper. The newspaper is smaller than 100KB in length.

    输出

    Description

    Gilbert Bates, the magnate of aluminum siding, doors, and windows, has been kidnapped. You are to help the perpetrators produce a ransom note. Your raw materials are the text of a newspaper and the text of the ransom note. The ransom note is to be produced by clipping letters or strings of letters (and possibly spaces) from the newspaper and pasting them onto a blank sheet of paper to form the note. Your job is to determine the minimum number of pieces of paper that must be clipped and pasted to form the note. Between each pair of words in the note, either the clipper must contain a space or a boundary between clipping must occur (so that the blank background shows through).

    Input

    Standard input consists of the text of the note followed by the text of the newspaper. The text of the note is a single line, less than 20KB in length, in lowercase with no punctuation. The text of the newspaper is in upper and lower case with punctuation and newlines mixed in. Case may be ignored (aS IN aNY standard RAnsoM nOTE) and punctuation and newlines should not be clipped. The kidnappers have acquired a large number of copies of the same newspaper, so that the same or overlapping text may be clipped as many times as necessary. Every letter of the alphabet occurs at least once in the newspaper. The newspaper is smaller than 100KB in length.

    Output

    Print the number of clippings followed by the clippings, on per line, in the correct order to compose the note. The case of the newspaper text should be preserved. If there are several solutions, print the one with the longest first clipping, then the second, and so on. If one clipping appears several times in the newspaper, choose any one.

    Sample Input

    drop the price on new thermopanes now or else
    Rain Users Guide
    While "rain" was intended to be a general purpose tool, at the time of
    writing the primary goal was to study one particular software system.
    As a result, some steps that are only done once (such as extracting
    information from the program under study) are done using cumbersome
    ad-hoc techniques that require significant manual intervention. While
    "rain" can be used on arbitrary programs, more development work needs
    to be done before this is a convenient process.

    Sample Output

    19
    d
    ro
    p
    the pri
    ce
    on
    ne
    w
    the
    rm
    op
    an
    es
    n
    o
    W
    or
    el
    se

    Source

    样例输入

    drop the price on new thermopanes now or else
    Rain Users Guide
    While "rain" was intended to be a general purpose tool, at the time of
    writing the primary goal was to study one particular software system.
    As a result, some steps that are only done once (such as extracting
    information from the program under study) are done using cumbersome
    ad-hoc techniques that require significant manual intervention. While
    "rain" can be used on arbitrary programs, more development work needs
    to be done before this is a convenient process.

    样例输出

    19
    d
    ro
    p
    the pri
    ce
    on
    ne
    w
    the
    rm
    op
    an
    es
    n
    o
    W
    or
    el
    se

    作者


    路过

    雷人

    握手

    鲜花

    鸡蛋

    最新评论

    返回顶部