I have tried all test cases given on codechef forum for this question still getting WA.Even i generated many test cases but it still doesn't work.The link of my code is link text and link text .Both codes are same.Please just give me the test case where my code fails.Even i came to know about string with odd number at ones place but still my code give right answer for theses cases. Thank You. asked 29 Oct '17, 10:47 ![]()
|
Its failing here, answered 29 Oct '17, 11:08 ![]()
|
Thanks it a matter of just replacing if(j==len-2)j=len-3;else j-2; by j=len-1; Thanks a lot yesterday i tried it for 2 hours but didn't get the case. Finally get AC in 0.02. answered 29 Oct '17, 11:48 ![]()
|