API Response (JSON)
{
"problem": {
"name": "[传智杯 #3 练习赛] 评委打分",
"description": {
"content": "小 A 参加一个综艺节目。一共有 $n(3 \\le n \\le 10^6)$ 名评委参与打分(分数范围是 0 到 100 的整数),每个评委依次亮出自己的得分。 为了节目效果,要求从第三个评委开始,每当第 $i$ 个评委给出打分后,立刻计算出出这个选手在前 $i$ 名评委的打分中,去掉一个最高分和一个最低分,剩下 $i-2$ 个评委的平均分,保留 $2$ 位小数。",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 131072
},
"difficulty": {
"LuoguStyle": "P2"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP8830"
},
"statements": [
{
"statement_type": "Markdown",
"content": "小 A 参加一个综艺节目。一共有 $n(3 \\le n \\le 10^6)$ 名评委参与打分(分数范围是 0 到 100 的整数),每个评委依次亮出自己的得分。\n\n为了节目效果,要求从第三个评委开始,每当第 $i$ 个评委给出打分后,立刻计算出出这个选手在前 $i$ 名评委的打分中,去掉一个最高分和一个最低分,剩下 $i-2$ 个评委的平均分,保留 $2$ 位小数。\n\n## Input\n\n第一行输...",
"is_translate": false,
"language": "English"
}
]
}