API Response (JSON)
{
"problem": {
"name": "Round Up the Mean",
"description": {
"content": "You are given two positive integers $a$ and $b$. Let $x$ be the average of $a$ and $b$. Print $x$ rounded up to the nearest integer.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc082_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given two positive integers $a$ and $b$. Let $x$ be the average of $a$ and $b$. Print $x$ rounded up to the nearest integer.\n\n## Constraints\n\n* $a$ and $b$ are integers.\n* $1 \\leq a, b \\le...",
"is_translate": false,
"language": "English"
}
]
}