Given a string, in-place remove all occurrences of `AB` and `C` from it. For example, for the input string is 'CBAABCAB', the string after removal of 'AB' ...
確定! 回上一頁