#1048. noX
noX
Background
Description
Given a string, compute recursively a new string where all the 'x' chars have been removed.
Format
Input
Output
Samples
xaxb
"ab"
abc
"abc"
xx
""
Limitation
1s, 1024KiB for each test case.
Given a string, compute recursively a new string where all the 'x' chars have been removed.
xaxb
"ab"
abc
"abc"
xx
""
1s, 1024KiB for each test case.
By signing up a 算道OJ universal account, you can submit code and join discussions in all online judging services provided by us.