Limits 1s, 512 MB

It is well known on the Internet that you shouldn’t type in all caps. YOU SHOULDN’T.

On the Internet, that is akin to shouting. YOU SHOULDN’T SHOUT.

For some people, shouting is second nature. THEY JUST SHOUT FOR NO REASON.

Today, you will write a program that will take a string and remove all space-separated words in the string that are in all uppercase. ALL UPPERCASE LIKE THIS.

Please help.

Input

The input will contain a single line of words. Each word will be separated by a single space. Apart from spaces, the string will only contain lower and uppercase alphabets. There will be at most 100 characters in the string.

Output

Print the string with all the words removed which has all the characters in uppercase.

It is guaranteed that there will be at least one word in the output.

Sample

InputOutput
Please do not SHOUT here
Please do not here

Submit

Login to submit.

Statistics

89% Solution Ratio
Asif_AlimEarliest, 10M ago
user.2599Fastest, 0.0s
mdshadeshLightest, 4.9 MB
Nusab19Shortest, 43B
Toph uses cookies. By continuing you agree to our Cookie Policy.