how to know failed test cases

Hello,I have submitted 3rd problem(FORGETPWD) in June long contest,It is not working
got WA
May i know for which test cases it failed
Regards
Samuel

2 Likes

codechef can’t provide you failed test cases, you have to make it on your own. i will post few cases check them

  1. 0.000 , 0000 , .000 , 0. answer for all these cases is 0
  2. 200.0 , 200. , 200 answer for all these cases is 200
  3. 0.200 , 000.2000 answer for all these cases is .2
  4. 001.001 , 001.00100 answer for all these cases is 1.001
3 Likes

Well a lot of people are stuck at this question including me and looks like Codechef will soon change us from coders to testers.:confused:

14 Likes

Try these cases
1 0 50 ( to check if removing trailing zeros removed the zero from 50 too)
1 2 a w w d awk ( to check if multiple substitution is working or not)

1 Like

i printed . s