摘要:
目录 Description State Input Output Solution Code Description 将 x 变为 n,有一下四种操作,操作次数不能超过 130 1. x = x + 1 2. y = y + 1 3. x = x +y 4. y = x +y State \(1< 阅读全文
摘要:
目录 Description State Input Output Solution Code Description 有两个字符串 s t ,s 中的每个字符都可以当作 Backspace ,即删掉前一个字符(如果前面存在字符的话),问是否可以将 s 串变为 t 串 State 测试样例 \(1< 阅读全文