{"problem":{"name":"HEX","description":{"content":"In programming, hexadecimal notation is often used. In hexadecimal notation, besides the ten digits $0, 1, ..., 9$, the six letters `A`, `B`, `C`, `D`, `E` and `F` are used to represent the values $10","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc078_a"},"statements":[{"statement_type":"Markdown","content":"In programming, hexadecimal notation is often used.\nIn hexadecimal notation, besides the ten digits $0, 1, ..., 9$, the six letters `A`, `B`, `C`, `D`, `E` and `F` are used to represent the values $10, 11, 12, 13, 14$ and $15$, respectively.\nIn this problem, you are given two letters $X$ and $Y$. Each $X$ and $Y$ is `A`, `B`, `C`, `D`, `E` or `F`.\nWhen $X$ and $Y$ are seen as hexadecimal numbers, which is larger?\n\n## Constraints\n\n*   Each $X$ and $Y$ is `A`, `B`, `C`, `D`, `E` or `F`.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$X$ $Y$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc078_a","tags":[],"sample_group":[["A B","<\n\n$10 < 11$."],["E C","\\>\n\n$14 > 12$."],["F F","\\=\n\n$15 = 15$."]],"created_at":"2026-03-03 11:01:14"}}