|  | 
|  | 
| back to board | Can some one explain to me? Posted by enoyps  25 Oct 2012 09:228  -> 83  -> 8 3
 4  -> 8 3 4
 0  -> 8 3 4 8 3 4
 -1 -> 8 3 4 8 3    output 4
 -1 -> 8 3 4 8      output 3
 -1 -> 8 3 4        output 8
 -1 -> 8 3          output 4
 1  -> 8 3 1
 
 why the answer is
 4 3 4 3?
 
Re: Can some one explain to me? Posted by Bogatyr  25 Oct 2012 11:238 -> number of operations3 -> 3
 4 -> 3 4
 0 -> 3 4 3 4
 etc.
 | 
 | 
|