{"raw_statement":[{"iden":"problem statement","content":"Takahashi and Aoki will play a game against each other.  \nInitially, Takahashi and Aoki have $A$ and $B$ candies, respectively.  \nThey will alternately do the operation below. Takahashi goes first if $C=0$, and Aoki goes first if $C=1$.\n\n*   Eat one of the candies he has.\n\nThe person who first becomes unable to do the operation loses. Which person will win?"},{"iden":"constraints","content":"*   All values in input are integers.\n*   $0 ≤ A, B ≤ 100$\n*   $C \\in {0, 1}$"},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$A$ $B$ $C$"},{"iden":"sample input 1","content":"2 1 0"},{"iden":"sample output 1","content":"Takahashi\n\nInitially, Takahashi and Aoki have $2$ and $1$ candy(ies), respectively. The game will proceed as follows:\n\n*   Takahashi eats his candy.\n*   Aoki eats his candy.\n*   Takahashi eats his candy.\n*   Aoki has no more candies, so Takahashi wins."},{"iden":"sample input 2","content":"2 2 0"},{"iden":"sample output 2","content":"Aoki"},{"iden":"sample input 3","content":"2 2 1"},{"iden":"sample output 3","content":"Takahashi"}],"translated_statement":null,"sample_group":[],"show_order":["render_html"],"formal_statement":null,"simple_statement":null,"has_page_source":true}