{"raw_statement":[{"iden":"problem statement","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$."},{"iden":"constrains","content":"*   $1 \\leq a, b, c \\leq 6$\n*   All values in input are integers."},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$a$ $b$ $c$"},{"iden":"sample input 1","content":"1 4 3"},{"iden":"sample output 1","content":"13\n\nThe numbers on the bottom faces are $6$, $3$, and $4$. We have $6 + 3 + 4 = 13$, which should be printed."},{"iden":"sample input 2","content":"5 6 4"},{"iden":"sample output 2","content":"6"}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}