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 1269. Obscene Words Filter

TL26
Posted by ftc 18 Jun 2008 12:53
How can we cope with TimeLimit on test 26? I think that the problem is in reading from stdin in text (not binary) mode. Maybe someone knows how to get rid of this?
Re: TL26
Posted by ftc 20 Jun 2008 13:26
So, i have AC and can say that problem was not in the binary mode, but in unefficient way to store edges of tree.