{"problem":{"name":"Hard Calculation","description":{"content":"You are given positive integers $A$ and $B$.   Let us calculate $A+B$ (in decimal). If it does not involve a carry, print `Easy`; if it does, print `Hard`.","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc229_b"},"statements":[{"statement_type":"Markdown","content":"You are given positive integers $A$ and $B$.  \nLet us calculate $A+B$ (in decimal). If it does not involve a carry, print `Easy`; if it does, print `Hard`.\n\n## Constraints\n\n*   $A$ and $B$ are integers.\n*   $1 \\le A,B \\le 10^{18}$\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$A$ $B$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc229_b","tags":[],"sample_group":[["229 390","Hard\n\nWhen calculating $229+390$, we have a carry from the tens digit to the hundreds digit, so the answer is `Hard`."],["123456789 9876543210","Easy\n\nWe do not have a carry here; the answer is `Easy`.  \nNote that the input may not fit into a $32$\\-bit integer."]],"created_at":"2026-03-03 11:01:14"}}