SAVKONO WA?

Link-CodeChef: Practical coding for everyone
which test case am i failing?

On line number 32 when you print “Evacuate” the return after that immediately terminates the program and you skip all test cases after that.
Use continue instead or use else.

1 Like

oh ha, thanks!

1 Like