You'll receive a 2D array as input. Each column stores rewards on higher and lower platform. You have to return an
array stating 1 if you want to jump to higher platform, 0 otherwise. However, after selecting 1 you have to select
0 the next time. Can you solve it ?