PROGRAMMING:String space elimination
Enter a string to delete all spaces in the string
###Input format:
Enter a string
###Output format:
Output the string after deleting the space
###Input example:
```in
i am a boy! you are a girl!
```
###Output example:
```out
iamaboy! youareagirl!
```
answer:If there is no answer, please comment
###Input format:
Enter a string
###Output format:
Output the string after deleting the space
###Input example:
```in
i am a boy! you are a girl!
```
###Output example:
```out
iamaboy! youareagirl!
```
answer:If there is no answer, please comment