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 1026. Questions and Answers

(java)be dangerous, use .trim()
Posted by Sni 12 Nov 2006 09:54
I used BufferedReader and got crash on test 3 without .trim()
Re: (java)be dangerous, use .trim()
Posted by Jeffrey.Xie 8 Feb 2007 05:58
It works! WHY?
Re: (java)be dangerous, use .trim()
Posted by Solmir 13 Oct 2010 01:40
Thx, alot. It works!
Re: (java)be dangerous, use .trim()
Posted by nepank 5 Jan 2012 02:04
i used Scanner and all became Ok.
But with BufferedReader and .trim() i've got any crashes.

It seems that i don't know how to cook it