Rio and Tokyo are in a heist (a bank robbery). There is 24 hrs more left for the robbery. Now they two wanted to play a game. The one who wins the game will get more share from robbery. They will be playing the game with the following rules :
So one Player must win the game after a finite number of turns. Find the winner of the game if Rio plays first.
Note : Assume Both players play optimally.
For each test case, print a single line containing the string "Rio"
if the winner is Rio or "Tokyo"
if the winner is Tokyo (without quotes).
Example case 1: Rio removes 3 and the sequence becomes [1,2,4,5]. Then, Tokyo removes 2 and the sequence becomes [1,4,5]. Now, Rio is left with no moves, so Tokyo is the winner.