API Response (JSON)
{
"problem": {
"name": "A. Compote",
"description": {
"content": "Nikolay has _a_ lemons, _b_ apples and _c_ pears. He decided to cook a compote. According to the recipe the fruits should be in the ratio 1: 2: 4. It means that for each lemon in the compote should be",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF746A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Nikolay has _a_ lemons, _b_ apples and _c_ pears. He decided to cook a compote. According to the recipe the fruits should be in the ratio 1: 2: 4. It means that for each lemon in the compote should be...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Nikolay 有 #cf_span[a] 个柠檬、#cf_span[b] 个苹果和 #cf_span[c] 个梨。他决定煮一锅果酱。根据食谱,水果的比例应为 #cf_span[1: 2: 4]。这意味着果酱中每有一个柠檬,就必须恰好有 #cf_span[2] 个苹果和 #cf_span[4] 个梨。你不能将这些水果捣碎、掰开或切片。这些水果——柠檬、苹果和梨——必须以完整的形式放入果酱中。\n\n你...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "Let $ a $, $ b $, and $ c $ be the number of lemons, apples, and pears respectively.\n\nThe compote requires fruits in the ratio $ 1 : 2 : 4 $, meaning for every $ x $ lemons, we need $ 2x $ apples and ...",
"is_translate": false,
"language": "Formal"
}
]
}