API Response (JSON)
{
"problem": {
"name": "Harmony",
"description": {
"content": "We have two distinct integers $A$ and $B$. Print the integer $K$ such that $|A - K| = |B - K|$. If such an integer does not exist, print `IMPOSSIBLE` instead.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc135_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "We have two distinct integers $A$ and $B$.\nPrint the integer $K$ such that $|A - K| = |B - K|$.\nIf such an integer does not exist, print `IMPOSSIBLE` instead.\n\n## Constraints\n\n* All values in input ...",
"is_translate": false,
"language": "English"
}
]
}