{"problem":{"name":"One out of Three","description":{"content":"You are given three integers, $A$, $B$ and $C$.   Among them, two are the same, but the remaining one is different from the rest.   For example, when $A=5,B=7,C=5$, $A$ and $C$ are the same, but $B$ i","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc075_a"},"statements":[{"statement_type":"Markdown","content":"You are given three integers, $A$, $B$ and $C$.  \nAmong them, two are the same, but the remaining one is different from the rest.  \nFor example, when $A=5,B=7,C=5$, $A$ and $C$ are the same, but $B$ is different.  \nFind the one that is different from the rest among the given three integers.\n\n## Constraints\n\n*   $-100 \\leq A,B,C \\leq 100$\n*   $A$, $B$ and $C$ are integers.\n*   The input satisfies the condition in the statement.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$A$ $B$ $C$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc075_a","tags":[],"sample_group":[["5 7 5","7\n\nThis is the same case as the one in the statement."],["1 1 7","7\n\nIn this case, $C$ is the one we seek."],["\\-100 100 100","\\-100"]],"created_at":"2026-03-03 11:01:13"}}