USACO 2015 February Contest, Bronze Problem 1. Censoring (Bronze)

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!

1 Like

You’re right.

Created an issue: Contact Form Submission - Mistake (Solution: USACO Bronze 2015 February - Censoring) · Issue #5555 · cpinitiative/usaco-guide · GitHub