PROGRAMMING:Removes the specified letter from the string
Please use the pointer method to write the program. The function of the program is to input a string from the keyboard (the string length is less than 100), delete the letter A and output it. For example, input the string abcaca and output BCC.
###Input example:
```in
abcaca
```
###Output example:
```out
bcc
```
answer:If there is no answer, please comment
###Input example:
```in
abcaca
```
###Output example:
```out
bcc
```
answer:If there is no answer, please comment