There is 5 number.
7 7 9 5 7
If you click one number then this number will add with one(+1), and subtract one(-1) with others.
For example, if I click 5 it will be like,
1nd click ==> 6 6 8 6 6
If I click, most right number 6 it will be like,
2nd click ==> 5 5 7 5 7
and so on.
I can click just 7 times.
Is that possible to make it just 1 left? If it is, then how?
Expection after 7 click,
0 0 1 0 0
or
1 0 0 0 0
and so on.