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

PROGRAMMING:Delete numeric characters

Luz5年前 (2021-05-10)题库440
Delete all numeric characters in a string.
###Input format:
Enter a string no more than 20 in length on one line and end with a carriage return.
###Output format:
Output a string of deleted numeric characters on one line.
###Input example:
```in
ab12f+g
```
###Output example:
```out
abf+g
```






answer:If there is no answer, please comment