Toggle navigation
HUSTOJ
F.A.Qs
Web Board
ProblemSet
Source/Category
Status
Ranklist
Contest
Recent
Login
Problem2145--Delete all non-English characters
2145: Delete all non-English characters
Time Limit:
1 Sec
Memory Limit:
128 MB
Submit:
122
Solved:
50
[
Submit
] [
Status
] [
Web Board
] [Creator:
]
Description
Input a string, store it in an array, delete all non-English characters in the string, and then output.
Input
Given a string
Output
String after removing certain characters
Sample Input
Copy
1sc56s1
Sample Output
Copy
scs
Source/Category
188