API Response (JSON)
{
"problem": {
"name": "166. Counting Calories (Easier 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 your house, you stocked up on a small variety of foods before the quarantine,",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269166"
},
"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. In your house, you stocked up on a small variety of foods before the quarantine,...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z}^+ $ be the daily caloric limit, with $ 50 \\mid n $. \nLet the food items be defined by their caloric values: \n- Steak: $ c_1 = 500 $ \n- Apple: $ c_2 = 100 $ ...",
"is_translate": false,
"language": "Formal"
}
]
}