{"problem":{"name":"Good morning","description":{"content":"One day, Takahashi got up at exactly $B$ minutes past $A$ o'clock (in $24$\\-hour clock), and Aoki got up at exactly $D$ minutes and $1$ second past $C$ o'clock.   If Takahashi got up earlier than Aoki","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc245_a"},"statements":[{"statement_type":"Markdown","content":"One day, Takahashi got up at exactly $B$ minutes past $A$ o'clock (in $24$\\-hour clock), and Aoki got up at exactly $D$ minutes and $1$ second past $C$ o'clock.  \nIf Takahashi got up earlier than Aoki, print `Takahashi`; otherwise, print `Aoki`.\n\n## Constraints\n\n*   $0 \\leq A \\leq 23$\n*   $0 \\leq B \\leq 59$\n*   $0 \\leq C \\leq 23$\n*   $0 \\leq D \\leq 59$\n*   All values in input are integers.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$A$ $B$ $C$ $D$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc245_a","tags":[],"sample_group":[["7 0 6 30","Aoki\n\nTakahashi got up at $7$ sharp, and Aoki got up at $30$ minutes and $1$ second past $6$ o'clock. Aoki was the first to get up, so `Aoki` should be printed."],["7 30 7 30","Takahashi\n\nTakahashi got up at exactly half past $7$, and Aoki got up at $30$ minutes and $1$ second past $7$ o'clock. Just by one second, Takahashi was the first to get up, so `Takahashi` should be printed."],["0 0 23 59","Takahashi\n\n$0:00$ in a day is one minute before $0:01$, not one minute past $23:59$ (\"$24:00$\"). Thus, Takahashi was the first to get up, so `Takahashi` should be printed."]],"created_at":"2026-03-03 11:01:14"}}