I recently solved 219C - Color Stripe (Submission) and I can't seem to get it to run in under a second in Java.
I've looked through faster Java submissions and still have no idea why mine takes a second to a second and a half longer than theirs. Is there something obvious that I'm missing?