API Response (JSON)
{
"problem": {
"name": "E. Marmots (medium)",
"description": {
"content": "Good job! Now that Heidi is able to distinguish between Poisson and uniform distributions, she is in a good position to actually estimate the populations. Can you help Heidi estimate each village's p",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF802E"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Good job! Now that Heidi is able to distinguish between Poisson and uniform distributions, she is in a good position to actually estimate the populations.\n\nCan you help Heidi estimate each village's p...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "做得好!既然 Heidi 能够区分泊松分布和均匀分布,她现在有能力实际估算每个村庄的人口了。\n\n你能帮助 Heidi 估算每个村庄的人口吗?\n\n与简单版本相同。\n\n请为每个村庄输出一行,顺序与输入中提供的顺序一致,每行包含你的(整数)人口估计值。\n\n你的答案被认为是正确的,当且仅当它是一个整数,且落在区间 $[P - 0.5, P + 0.5)$ 内,其中 $P$ 是用于生成分布(泊松或均匀)的村...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "Given: \n- $ n $ villages, each with unknown real population $ P_i \\in \\mathbb{Z}^+ $. \n- For each village $ i $, $ m $ marmots independently report integer answers $ a_{i,j} \\in \\mathbb{Z}^+ $, $ j ...",
"is_translate": false,
"language": "Formal"
}
]
}