Hey this is my code for the problem Prefix Ones. https://www.codechef.com/viewsolution/87045775

I am not getting correct answer though i think my logic is correct. Here I am counting the first consecutive ones, and then counting the maximum consecutive 1’s in the remaining string .Can somebody please help me. CodeChef: Practical coding for everyone

Your code will fail for the following test case:
4
1111

Thankyou.