|  | 
|  | 
| back to board | Re: WA test 7 Posted by Azrail  29 Nov 2008 08:09I think test 12 contains something like that:4
 1 2 1 3
 At least, such test helps in my WA12 :)
WA#6 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 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 Can anybody give me test #7?
 
 Edited by author 18.12.2008 20:57
Re: WA#6 Please, give me test 7.a good test Posted by erfan  17 Feb 2009 22:53hello 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:51Try 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 Right answer for15
 1 2 3 4 5
 6 7 6 2 5
 2 8 9 10 7
 is
 1 2 8 9 10 7
No subject  
 Edited by author 27.01.2016 19:11
Re: WA test 7  
 Edited by author 27.01.2016 19:11
Re: WA test 7 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] | 
 | 
|