API Response (JSON)
{
"problem": {
"name": "E. Ralph and Mushrooms",
"description": {
"content": "Ralph is going to collect mushrooms in the Mushroom Forest. There are _m_ directed paths connecting _n_ trees in the Mushroom Forest. On each path grow some mushrooms. When Ralph passes a path, he co",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 524288
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF894E"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Ralph is going to collect mushrooms in the Mushroom Forest.\n\nThere are _m_ directed paths connecting _n_ trees in the Mushroom Forest. On each path grow some mushrooms. When Ralph passes a path, he co...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Ralph 计划在蘑菇森林中采集蘑菇。\n\n蘑菇森林中有 #cf_span[m] 条有向路径连接 #cf_span[n] 棵树。每条路径上都生长着一些蘑菇。当 Ralph 经过一条路径时,他会收集该路径上所有的蘑菇。蘑菇森林拥有神奇的肥沃土壤,蘑菇以惊人的速度再生。具体而言,在 Ralph 第 #cf_span[i] 次经过某条路径后,该路径上再生的蘑菇数量比上次经过前少 #cf_span[i] 个...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "Let $ G = (V, E) $ be a directed multigraph with $ |V| = n $ vertices and $ |E| = m $ edges. Each edge $ e = (u, v) \\in E $ has an initial mushroom count $ w_e \\geq 0 $.\n\nFor each edge $ e $, if trave...",
"is_translate": false,
"language": "Formal"
}
]
}