API Response (JSON)
{
"problem": {
"name": "B. Proper Nutrition",
"description": {
"content": "Vasya has _n_ burles. One bottle of Ber-Cola costs _a_ burles and one Bars bar costs _b_ burles. He can buy any non-negative integer number of bottles of Ber-Cola and any non-negative integer number o",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF898B"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Vasya has _n_ burles. One bottle of Ber-Cola costs _a_ burles and one Bars bar costs _b_ burles. He can buy any non-negative integer number of bottles of Ber-Cola and any non-negative integer number o...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Vasya 有 #cf_span[n] 卢布。一瓶 Ber-Cola 的价格是 #cf_span[a] 卢布,一根 Bars 巧克力棒的价格是 #cf_span[b] 卢布。他可以购买任意非负整数数量的 Ber-Cola 瓶子和任意非负整数数量的 Bars 巧克力棒。\n\n请判断是否有可能购买一定数量的 Ber-Cola 瓶子和 Bars 巧克力棒,使得总花费 *恰好* 为 #cf_span[n] ...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n, a, b \\in \\mathbb{Z}^+ $ be given integers. \n\n**Constraints** \n$ 1 \\leq n \\leq 10^7 $, \n$ 1 \\leq a \\leq 10^7 $, \n$ 1 \\leq b \\leq 10^7 $. \n\n**Objective** \nDetermine whet...",
"is_translate": false,
"language": "Formal"
}
]
}