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 1001. Reverse Root

Can You give me some tests?
Posted by ilovesky 4 Jul 2007 01:26
Can You give me some tests? I don't know how I can check my program. I have doubt about inputting.

While not seekeof do
      begin
         inc(n);
         read(a[n]);
      end;
How can I check what gives WrongAnswer.

Edited by author 04.07.2007 01:27
Re: Can You give me some tests?
Posted by Neolisk 9 Jul 2007 20:03
Probably you get WA just because it doesn't calculate the root, so there's no actual solution to the problem.