{"problem":{"name":"Comparison","description":{"content":"You are given two positive integers $A$ and $B$. Compare the magnitudes of these numbers.","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc059_b"},"statements":[{"statement_type":"Markdown","content":"You are given two positive integers $A$ and $B$. Compare the magnitudes of these numbers.\n\n## Constraints\n\n*   $1 ≤ A, B ≤ 10^{100}$\n*   Neither $A$ nor $B$ begins with a `0`.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$A$\n$B$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc059_b","tags":[],"sample_group":[["36\n24","GREATER\n\nSince $36>24$, print `GREATER`."],["850\n3777","LESS"],["9720246\n22516266","LESS"],["123456789012345678901234567890\n234567890123456789012345678901","LESS"]],"created_at":"2026-03-03 11:01:14"}}