API Response (JSON)
{
"problem": {
"name": "Make Divisible",
"description": {
"content": "You are given positive integers $A$ and $B$. Find the minimum value of $X+Y$ for non-negative integers $X$ and $Y$ such that $B+Y$ is a multiple of $A+X$. You have $T$ test cases to solve.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc150_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given positive integers $A$ and $B$.\nFind the minimum value of $X+Y$ for non-negative integers $X$ and $Y$ such that $B+Y$ is a multiple of $A+X$.\nYou have $T$ test cases to solve.\n\n## Constra...",
"is_translate": false,
"language": "English"
}
]
}