ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1297. Palindrome

Help for WA2
Posted by casey 21 Nov 2011 16:49
Input: abc
Expected output: a

My program was failing test 2 because I was not initialing correctly and so returned b for this case. Just in case any one else has this problem.
Re: Help for WA2
Posted by VNXtreMe 2 Jan 2012 15:50
Thanks a lot I never thought of initializing the first character. Got AC once fixed :)
Re: Help for WA2
Posted by Yoshinaz 19 Oct 2012 11:26
Thank you very much
Re: Help for WA2
Posted by Messi 16 Dec 2012 18:37
Thank you.You are such a helpful person.