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 1011. Conductors

TL
Posted by 239.Yura 26 Apr 2006 22:57
Why I always get Time Limit on first test?
Re: TL
Posted by 239.Yura 27 Apr 2006 01:39
I had to use readln(p,q) instead readln(p);readln(q);
Re: TL
Posted by SM 20 Sep 2006 05:59
I always get TL on the second test.But why?