{"problem":{"name":"Wrong Answer","description":{"content":"You are given two integers $A$ and $B$, each between $0$ and $9$, inclusive. Print any integer between $0$ and $9$, inclusive, that is not equal to $A + B$.","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc343_a"},"statements":[{"statement_type":"Markdown","content":"You are given two integers $A$ and $B$, each between $0$ and $9$, inclusive.\nPrint any integer between $0$ and $9$, inclusive, that is not equal to $A + B$.\n\n## Constraints\n\n*   $0 \\leq A \\leq 9$\n*   $0 \\leq B \\leq 9$\n*   $A + B \\leq 9$\n*   $A$ and $B$ are integers.\n\n## Input\n\nThe input is given from Standard Input in the following format:\n\n$A$ $B$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc343_a","tags":[],"sample_group":[["2 5","2\n\nWhen $A = 2, B = 5$, we have $A + B = 7$. Thus, printing any of $0, 1, 2, 3, 4, 5, 6, 8, 9$ is correct."],["0 0","9"],["7 1","4"]],"created_at":"2026-03-03 11:01:14"}}