API Response (JSON)
{
"problem": {
"name": "「PFLOI R1」PFL 团主的 PFL 操作",
"description": {
"content": "有 $n$ 次操作,每次操作会等概率地进行以下事件中的一个: 1. 将 $a_i$ 加入团队,操作后 $a_i$ 为成员。 2. 将 $a_i$ 踢出团队。 3. 将 $a_i$ 设置为管理员。 4. 将 $a_i$ 设置为成员。 **注意:** + 开始时没有人在团队里。 + 如果 $a_i$ 不在团队中,则 2、3、4 操作无效果。 + 如果 $a_i$ 为成员,则 1、4 操作",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 500,
"memory_limit": 131072
},
"difficulty": {
"LuoguStyle": "P5"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP9590"
},
"statements": [
{
"statement_type": "Markdown",
"content": "有 $n$ 次操作,每次操作会等概率地进行以下事件中的一个:\n\n1. 将 $a_i$ 加入团队,操作后 $a_i$ 为成员。\n2. 将 $a_i$ 踢出团队。\n3. 将 $a_i$ 设置为管理员。\n4. 将 $a_i$ 设置为成员。\n\n**注意:**\n\n+ 开始时没有人在团队里。 \n+ 如果 $a_i$ 不在团队中,则 2、3、4 操作无效果。 \n+ 如果 $a_i$ 为成员,则 1、4 操作...",
"is_translate": false,
"language": "English"
}
]
}