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

PROGRAMMING:Delete character

Luz5年前 (2021-05-10)题库459
There is a line of English text (no more than 80 characters), which requires the deletion of a character. This line of text and the character to be deleted are entered by the keyboard.
Tips
The deleted characters can be spaces. Scanf (% C% * C ", & C) is recommended; To accept space input.
###Input format:
There are several groups of test data, which are processed to the end of the file. Input one line of English text in the first line of each group, and input one character to be deleted in the second line.
###Output format:
Each group outputs the English text after deleting the character.
###Input example:
```in
Because of the length of the ordered
o
```
###Output example:
```out
Because f the length f the rdered
```







answer:If there is no answer, please comment