-->
当前位置:首页 > 题库

PROGRAMMING:String space elimination

Luz5年前 (2021-05-10)题库419
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