Given two strings s and t, return true if they are equal when both are typed into empty text editors. '#' means a backspace character. Note that after backspacing an empty text, the text will continue ...
输入:S = "ab#c", T = "ad#c" 输出:true 解释:S 和 T 都会变成 “ac”。 来源:力扣(LeetCode) 链接:https://leetcode.cn/problems/backspace ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results