Hello, I've been attempting to solve this question: https://mirror.codeforces.com/contest/1666/problem/D
So far, I've deduced that it is possible to simulate the question to construct an answer, which will be compared with the second string. However, I'm unsure on what case or cases will cause my code to fail, but I'm assuming it has something to do with the .remove() function.
Any help would be appreciated.
Thanks!