Limits 1s, 512 MB

Giving Hashtag in Social Network is very popular now a day. But Poltu is very new in Social Network. So, he doesn't know the rules of giving Hashtag. One of the primary rules of Hashtag is that it must be written in a single word and it can’t have any spaces. As Poltu wants to post some Hashtags which are not working in Facebook, can you help Poltu to fix the problems in his Hashtag?

For this problem, you will take a String as input. The first character of a string will always be '#'. The string may contain spaces, your task is to remove all the spaces in the string and print the string as a single word. If there is no space in the string, print the string same as the input.

Input

There is only one testcase in this problem. The length of the string is at most 100 characters.

Output

Print the input string as a single word.

Samples

InputOutput
#Zico is Awesome
#ZicoisAwesome
InputOutput
#Shakkhor is Incredible
#ShakkhorisIncredible

Submit

Login to submit.

Contributors

Statistics

96% Solution Ratio
Sajid_ZEarliest, Jun '17
Sajid_ZFastest, 0.0s
n_16321Lightest, 0 B
touhidurrrShortest, 30B
Toph uses cookies. By continuing you agree to our Cookie Policy.