API Response (JSON)
{
"problem": {
"name": "C. Save Energy!",
"description": {
"content": "Julia is going to cook a chicken in the kitchen of her dormitory. To save energy, the stove in the kitchen automatically turns off after _k_ minutes after turning on. During cooking, Julia goes to th",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF937C"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Julia is going to cook a chicken in the kitchen of her dormitory. To save energy, the stove in the kitchen automatically turns off after _k_ minutes after turning on.\n\nDuring cooking, Julia goes to th...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Julia 计划在宿舍的厨房里煮一只鸡。为了节约能源,厨房里的炉子在开启后 #cf_span[k] 分钟会自动关闭。\n\n在烹饪过程中,Julia 每隔 #cf_span[d] 分钟会去一次厨房,如果炉子关闭了,就将其重新打开。当炉子关闭时,食物仍保持温热。炉子的开关是瞬时的。\n\n已知,如果炉子开启,鸡需要 #cf_span[t] 分钟才能煮熟;如果炉子关闭,则需要 #cf_span[2t] 分钟。...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ k, d, t \\in \\mathbb{Z}^+ $ be given integers with $ 1 \\leq k, d, t \\leq 10^{18} $. \n\nLet the stove cycle be defined as follows: \n- The stove turns on at time $ 0 $ and remain...",
"is_translate": false,
"language": "Formal"
}
]
}