API Response (JSON)
{
"problem": {
"name": "Chinchirorin",
"description": {
"content": "Takahashi threw three dice, and they showed three numbers $a$, $b$, and $c$. If there are two same numbers among $a$, $b$, and $c$, print the remaining number. Otherwise, print $0$.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc203_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Takahashi threw three dice, and they showed three numbers $a$, $b$, and $c$.\nIf there are two same numbers among $a$, $b$, and $c$, print the remaining number. Otherwise, print $0$.\n\n## Constraints\n\n*...",
"is_translate": false,
"language": "English"
}
]
}