Score : $400$ points
Takahashi and Aoki are playing a game.
When the two players play optimally, which player will win?
Input is given from Standard Input in the following format:
$A$ $B$ $C$ $D$
If Takahashi wins when the two players play optimally, print Takahashi
; if Aoki wins, print Aoki
.
2 3 3 4
Aoki
For example, if Takahashi chooses $2$, Aoki can choose $3$ to make the sum $5$, which is a prime.
1 100 50 60
Takahashi
If they play optimally, Takahashi always wins.
3 14 1 5
Aoki