问题2738--Find the Meaning

2738: Find the Meaning

[命题人 : ]
时间限制 : 5.000 sec  内存限制 : 64 MB

题目描述

Do you remember the very-late-postcard delivery story from February this year? A Yellowstone postcard sent in 1929 was finally delivered this year, 79 years in transit. However, this postcard was not the only case; Mr. Invi Invisible has received two letters dated 1929 this February as well. The fact that this didn’t get into the news was that journalists couldn’t find Mr. Invisible for an interview. Each of the letters started with two handwritten sentences: “Analyze this message to get the codeword. The codeword is a single word.” In each case, utter gibberish followed.

输入

For each input file, you have to analyze it and find the codeword. The codeword is a single English word. (Did you expect anything else? ;-) )

输出

For each test case, the output shall contain one line containing the codeword in ALL UPPERCASE. If you submit the correct output but not in ALL UPPERCASE, it will be considered incorrect.

样例输入 Copy

The answer for this example is 
Oscilloscope. Yes, it is really 
that simple. 

样例输出 Copy

OSCILLOSCOPE 

提示

Helpful advice For the easy input, once you get past the first step, remember to look for the ANSWER. For the hard input, the input file contains two copies of the same message, and the final answer is the name of an institution.

来源/分类

IPSC 2008