{"problem":{"name":"Three Dice","description":{"content":"Takahashi has rolled three dice. They are showing numbers $a$, $b$, and $c$ on the top faces. Find the sum of the numbers on the bottom faces. Here, each of these dice is a standard cubic die, where t","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc202_a"},"statements":[{"statement_type":"Markdown","content":"Takahashi has rolled three dice. They are showing numbers $a$, $b$, and $c$ on the top faces.\nFind the sum of the numbers on the bottom faces.\nHere, each of these dice is a standard cubic die, where the sum of the numbers on opposite faces is $7$.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$a$ $b$ $c$\n\n## Constrains\n\n*   $1 \\leq a, b, c \\leq 6$\n*   All values in input are integers.\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc202_a","tags":[],"sample_group":[["1 4 3","13\n\nThe numbers on the bottom faces are $6$, $3$, and $4$. We have $6 + 3 + 4 = 13$, which should be printed."],["5 6 4","6"]],"created_at":"2026-03-03 11:01:14"}}