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 1131. Copying

Caution. (What is N?)
Posted by S.77 1 Aug 2011 03:52
The statement of the problem says: "In order to let them do it the program has to be copied to all the N computers". You should know that N is the quantity of all the computers INCLUDING the one which has the program already installed. So the program has to be copied not to N, but to (N-1) computers. I've just got WA because of it.
Re: Caution. (What is N?)
Posted by Megakrit 23 Jan 2013 17:51
Thanks! I got the same issue.
It's quite not obvious from the problem statement.