Hey, I am encountering difficulties with this problem: http://codeforces.net/contest/919/problem/D from yesterday contest. This is my code commented. Can anybody tell me what is wrong with my logic? My first failed test case is #6, I count more than I should. code : http://codeforces.net/contest/919/submission/34816679
I haven't gone through all of the code yet, however your array C only has size 33.
Yeah, that was the only mistake, I didn't notice that, but I didn't expect to get wrong answer instead of MLE or runtime error. Thanks!