Mia is a dice game for two players. Each roll consist of two dice. Mia involves bluffing about what a player has rolled, but in this problem we focus only on its scoring rules. Unlike most other dice games, the score of a roll is not simply the sum of the dice.
Instead, a roll is scored as follows:
The input will contain multiple test cases. Each test case contains on a single line four integer numbers s0 s1 r0 r1 where s0 s1 represent the dice rolled by player 1 and r0 r1 represents the dice rolled by player 2. The input will be terminated by a line containing 4 zeros.
For each test case, output which player won, or whether there was a tie, using exactly the format shown below.