- Time : O(|A|+|Bi|)
- Space : O(|A|)
c++
1 | void modify(string& s) { |