Walk Alone has

pieces of chocolates placed in a board with

rows and

columns. The coordinates of the

-th row and the

-th column is
)
.
Walk Alone wants to play a game with Kelin. They will eat the chocolates in turn with Kelin moving first. In each turn, a player can choose two integers
)
, and then eat all chocolates with coordinates
)
where

and

. One must eat at least one piece of chocolate in his turn, and the one who eats the last piece loses the game.
Suppose that both Walk Alone and Kelin are intelligent enough and will play optimally, you should decide who will win the game. If Walk Alone will win, print 'Walk Alone'; otherwise, print 'Kelin' (without quotes).