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 1052. Rabbit Hunt

what should I output for n=1 or something else
Posted by Sasko Vuckov 3 Oct 2001 23:31
I generate all lines posible, and then count the rabbits on
it. I get WA, so what should I output for n=1 or something
else??????
Re: what should I output for n=1 or something else
Posted by Marat Bakirov 6 Oct 2001 04:05
Well, the problem text says :

An input contains an integer N (2<=N<=200)

So your question has no sense. N is NEVER EQUAL to 1.