The internal solution here :
I think it fails in this testcase :
whatthemomooofun
what
maybe because of this :
censored.size() > t.size()
I think it should be :
censored.size() >= t.size()
by the way both of them is accepted!
The internal solution here :
I think it fails in this testcase :
whatthemomooofun
what
maybe because of this :
censored.size() > t.size()
I think it should be :
censored.size() >= t.size()
by the way both of them is accepted!