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

PROGRAMMING:Removes the specified letter from the string

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