QOJ.ac

QOJ

Límite de tiempo: 2.0 s Límite de memoria: 512 MB Puntuación total: 100

#17791. Acronym

Estadísticas

As everyone knows, the university where Kruskal-chan studies is USTC. Now, Kruskal-chan would like to test you: what could USTC stand for? I believe you can provide a brilliant answer.

You need to output a string whose acronym could be USTC.

The definition of an acronym is as follows:

  • An acronym is a new word formed by taking the first letter of each word in a phrase.
  • The first letter of content words in the original phrase must be capitalized, while the first letter of function words must be lowercase; all other letters must be lowercase.
  • For all content words, their first letter must be preserved.
  • For all function words, you may choose to preserve their first letter and capitalize it, depending on the situation.

Output a single line containing a string with spaces, whose acronym could be USTC. As long as your output has an acronym that is USTC, it is considered correct.

Input

The input is a single string: USTC.

Output

Output one line consisting of several words separated by spaces.

Examples

Input 1

USTC

Output 1

Ultra Supreme and Tremendous Contest

Discussions

About Discussions

The discussion section is only for posting: General Discussions (problem-solving strategies, alternative approaches), and Off-topic conversations.

This is NOT for reporting issues! If you want to report bugs or errors, please use the Issues section below.

Open Discussions 0
No discussions in this category.

Issues

About Issues

If you find any issues with the problem (statement, scoring, time/memory limits, test cases, etc.), you may submit an issue here. A problem moderator will review your issue.

Guidelines:

  1. This is not a place to publish discussions, editorials, or requests to debug your code. Issues are only visible to you and problem moderators.
  2. Do not submit duplicated issues.
  3. Issues must be filed in English or Chinese only.
Active Issues 0
No issues in this category.
Closed/Resolved Issues 0
No issues in this category.