|
|
back to boardI get AC. Edited by author 22.09.2007 15:57 Why WA#2....... It is possible, that there is no EOL symbol in the last line. May be, it would help you. You should try test like this: Input: abc Output: cba (Without new line in the end of file). I got WA because I forgot to write the last word =) *dull mistake. I need, it'll help you. The reason is that you don`t output '\n' at the end of each line in output. |
|
|