{"raw_statement":[{"iden":"problem statement","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?"},{"iden":"constraints","content":"*   Each $X$ and $Y$ is `A`, `B`, `C`, `D`, `E` or `F`."},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$X$ $Y$"},{"iden":"sample input 1","content":"A B"},{"iden":"sample output 1","content":"<\n\n$10 < 11$."},{"iden":"sample input 2","content":"E C"},{"iden":"sample output 2","content":"\\>\n\n$14 > 12$."},{"iden":"sample input 3","content":"F F"},{"iden":"sample output 3","content":"\\=\n\n$15 = 15$."}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}