Palindrome Index
-
kreddyio 10 years ago Hi, I'd like to know what NaNs (additional) means as they've not been finished by my code but the first 7 test cases were done successfully.
-
najain 10 years ago Seems like the test cases are not defined (aside from the first 7). My program passed the first 7 cases and I received a score of 100. I don't think you have to worry. If your code is passing the first 7 cases, you should be fine. :)
-
-
name_user 10 years ago Hi
I am getting correct answers for all test cases except TC#1, TC#3, and TC#10. Can anyone please tell me what I might be missing here?
-
ygretharekar 10 years ago I am also getting the same result
-
saurabhsshukla 10 years ago I am also getting same status. Any idea what the test cases are?
-
Chirag0037 10 years ago I am also getting same the test case failure.
-
-
chinmay91 10 years ago There seems to have problem with test cases or compiler. I have done my stuffs in C and when using scanf I get two failed out of 15-16 test cases where as if I use str[0] = 0 before scanf sometimes my program gets tested with 15-16 cases and same result and sometimes with just 10 test cases and all accepted. Can someone explain me this?
-
ajboss 10 years ago no its working perfect..my code passed all the test case and i used c
-
-
abhichak95 10 years ago Hey guys, I'm getting WA for TC #11 & #14 only :( Any suggestions?
-
mjmanav4 10 years ago same here
-
abhi78 10 years ago same here ,don't know why
-
singhal_surbhi07 10 years ago same here.. did you guys found out what was issue with those test cases
-
-
-
-
sim_astro 10 years ago There is some wrong with testcases, my code pass all testcases upto 7 and got 100 points.
But my code didn't pass my custom testcase ie aadaca whose correct answer should be 4, but when corrected the code, two testcase fails :(
Sort 15 Discussions, By:
Please Log In in order to post a comment