API Response (JSON)
{
"problem": {
"name": "[科大国创杯小学组 2025] 方差",
"description": {
"content": "小可可最近学习了方差的定义。 现在有一个长度为 $n$ 的序列 $a$,小可可希望你求出这个序列的方差。形式化的,即让你求 $\\sigma = \\frac{(a_1 - \\overline{a})^2 + (a_2 - \\overline{a})^2 + \\cdots + (a_n - \\overline{a})^2}{n}$,其中 $\\overline{a}$ 表示 $a$ 序列的平均数,即为",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P2"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGB4321"
},
"statements": [
{
"statement_type": "Markdown",
"content": "小可可最近学习了方差的定义。\n\n现在有一个长度为 $n$ 的序列 $a$,小可可希望你求出这个序列的方差。形式化的,即让你求 $\\sigma = \\frac{(a_1 - \\overline{a})^2 + (a_2 - \\overline{a})^2 + \\cdots + (a_n - \\overline{a})^2}{n}$,其中 $\\overline{a}$ 表示 $a$ 序列的平均数,即为...",
"is_translate": false,
"language": "English"
}
]
}