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 1169. Pairs

Need a clarification for Pairs (1169)
Posted by Christopher Moh 18 Dec 2001 00:06
Is it possible for a pair of computers to be linked directly by more
than one connection?

e.g. for input
3 2

Is the following an acceptable output?

1 2
2 3
2 3

Or is the output -1 ?

Thanks.
Re: Need a clarification for Pairs (1169)
Posted by Christopher Moh 18 Dec 2001 00:13
The output IS -1.

Sorry, just got 3 WAs because of this.

> Is it possible for a pair of computers to be linked directly by
more
> than one connection?
>
> e.g. for input
> 3 2
>
> Is the following an acceptable output?
>
> 1 2
> 2 3
> 2 3
>
> Or is the output -1 ?
>
> Thanks.