API Response (JSON)
{
"problem": {
"name": "C. Apple Shops",
"description": {
"content": "Ayoub wants to buy k boxes of apples, and there are n shops where he can buy apples from. The price of one box of apples in the ith shop equals to pi. It is obvious that Ayoub should go to the shop w",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10203C"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Ayoub wants to buy k boxes of apples, and there are n shops where he can buy apples from. The price of one box of apples in the ith shop equals to pi.\n\nIt is obvious that Ayoub should go to the shop w...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n, k, x \\in \\mathbb{Z}^+ $: number of shops, total boxes to buy, and incremental cost per additional box from the same shop. \nLet $ P = (p_1, p_2, \\dots, p_n) \\in \\mathbb{Z}^n...",
"is_translate": false,
"language": "Formal"
}
]
}