API Response (JSON)
{
"problem": {
"name": "Replacing Integer",
"description": {
"content": "Given any integer $x$, Aoki can do the operation below. Operation: Replace $x$ with the absolute difference of $x$ and $K$. You are given the initial value of an integer $N$. Find the minimum possible",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc161_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given any integer $x$, Aoki can do the operation below.\nOperation: Replace $x$ with the absolute difference of $x$ and $K$.\nYou are given the initial value of an integer $N$. Find the minimum possible...",
"is_translate": false,
"language": "English"
}
]
}