API Response (JSON)
{
"problem": {
"name": "B +/- A",
"description": {
"content": "You are given positive integers $A$ and $B$. If $A$ is a divisor of $B$, print $A + B$; otherwise, print $B - A$.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc118_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given positive integers $A$ and $B$.\nIf $A$ is a divisor of $B$, print $A + B$; otherwise, print $B - A$.\n\n## Constraints\n\n* All values in input are integers.\n* $1 \\leq A \\leq B \\leq 20$\n\n...",
"is_translate": false,
"language": "English"
}
]
}