|  | 
|  | 
| back to board | I've got WA #7.  Can someone give me test #7 please??? Thanks!!!Re: I've got WA #7.  Can someone give me test #7 please??? Posted by Nataraj  24 Mar 2014 16:12Had the same problem at the beginning, but finally solved it.Good test that helped me to find a bug in my algorithm was:
 3 6
 2 1 5
 
 When the solution is:
 2 (not 3)
 2 5 1
 
 Edited by author 24.03.2014 16:32
 
 Edited by author 24.03.2014 16:33
Re: I've got WA #7.  Can someone give me test #7 please??? Posted by Stas  22 Mar 2016 22:42Why two? need to output the maximum amount of trips of the elevator. I dont understand it. | 
 | 
|