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 1092. Transversal

IGOR_Lviv NU Test [1] // Problem 1092. Transversal 5 Feb 2008 03:19
Could someone tell me what is the answer for this test?
2
----+
----+
----+
----+
----+
hedrok Re: Test // Problem 1092. Transversal 1 Apr 2008 12:32
I haven't got AC yet, but possible answer is:
5 4 3 2 1
4 5 3 2 1
4 3 5 2 1
3 4 2 5 1
3 4 2 1 5