API Response (JSON)
{
"problem": {
"name": "175. Counting Calories (Harder Version)",
"description": {
"content": "Over the quarantine season, you decide to watch your weight by limiting yourself to a certain amount of calories a day. In this problem, you're given the number of calories of each food item in your ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269175"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Over the quarantine season, you decide to watch your weight by limiting yourself to a certain amount of calories a day.\n\nIn this problem, you're given the number of calories of each food item in your ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z}^+ $ be the target calorie count. \nLet $ k \\in \\mathbb{Z}^+ $ be the number of food items. \nLet $ C = \\{c_1, c_2, \\dots, c_k\\} \\subset \\mathbb{Z}^+ $ be the m...",
"is_translate": false,
"language": "Formal"
}
]
}