API Response (JSON)
{
"problem": {
"name": "[POI 2023/2024 R1] Zapobiegliwy student",
"description": {
"content": "考虑如下的一个简单问题: > 你有 $n$ 个线段在数轴上,你要选出尽量多的线段,使它们两两不交。 我知道你一定会做,但你需要解决这个: 你有 $n$ 个线段在数轴上,你要选出尽量多的线段对 $(u_i,v_i)_{i=1}^k$,即最大化 $k$。 满足 $k+1$ 个要求: - $u_1,u_2,\\cdots,u_k$ 两两不交。 - $v_1,u_2,u_3,\\cdots,u_k$",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 500,
"memory_limit": 262144
},
"difficulty": {
"LuoguStyle": "P6"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP9925"
},
"statements": [
{
"statement_type": "Markdown",
"content": "考虑如下的一个简单问题:\n\n> 你有 $n$ 个线段在数轴上,你要选出尽量多的线段,使它们两两不交。\n\n我知道你一定会做,但你需要解决这个:\n\n你有 $n$ 个线段在数轴上,你要选出尽量多的线段对 $(u_i,v_i)_{i=1}^k$,即最大化 $k$。\n\n满足 $k+1$ 个要求:\n\n- $u_1,u_2,\\cdots,u_k$ 两两不交。\n- $v_1,u_2,u_3,\\cdots,u_k$...",
"is_translate": false,
"language": "English"
}
]
}