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 1651. Shortest Subchain

Pages: Previous 1 2
Re: WA test 7
Posted by Azrail 29 Nov 2008 08:09
I think test 12 contains something like that:
4
1 2 1 3
At least, such test helps in my WA12 :)
WA#6
Posted by Nisarg Shah 2 Dec 2008 12:46
My program works for all the test cases given in this thread, but it is giving WA#6, can you please give me this test case?
Re: WA#6
Posted by Alexander Georgiev 16 Dec 2008 22:00
Mine was wrong because of the test:
17
1 2 12 3 4 7 4 1 5 4 7 8 4 9 10 11 8

(Correct answer is "1 5 4 7 8")
Re: WA#6
Posted by NotImplemented 17 Dec 2008 19:05
Can anybody give me test #7?


Edited by author 18.12.2008 20:57
Re: WA#6
Posted by NotImplemented 18 Dec 2008 22:26
Please, give me test 7.
a good test
Posted by erfan 17 Feb 2009 22:53
hello to all i could'nt pass test 7 but i've a good test

9
1 2 3 4 1 3 5 6 4

Re: WA test 7
Posted by marat 30 Oct 2011 23:51
Try to use this one for test 12:
13
1 4 5 13 8 6 4 8 17 11 12 8 7
Answer: 1 4 8 7
Re: WA test 7
Posted by goqadze 11 Jul 2012 20:54


Edited by author 11.07.2012 20:55

Edited by author 11.07.2012 20:55

Edited by author 03.04.2013 23:29
Re: WA test 7
Posted by Birne Ageev [USU] 11 Jul 2012 21:30
Right answer for
15
1 2 3 4 5
6 7 6 2 5
2 8 9 10 7
is
1 2 8 9 10 7
No subject
Posted by Felix_Mate 10 Oct 2015 23:45


Edited by author 27.01.2016 19:11
Re: WA test 7
Posted by Felix_Mate 10 Oct 2015 23:45


Edited by author 27.01.2016 19:11
Re: WA test 7
Posted by Fetisov Alex [XZ Team] 29 Nov 2015 09:14
That is not right. Edges should be in the same order as the initial path. In your answer edges are not in the same order. Here is the right one: [1 2 8 9 10 7]
Pages: Previous 1 2