API Response (JSON)
{
"problem": {
"name": "[省选联考 2024] 季风",
"description": {
"content": "给定 $n,k,x,y$ 和 $2n$ 个整数 $x_0,y_0,x_1,y_1,\\dots,x_{n-1},y_{n-1}$。 找到最小的**非负整数** $m$,使得存在 $2m$ 个实数 $x_0',y_0',x_1',y_1',\\dots,x_{m-1}',y_{m-1}'$ 满足以下条件,或报告不存在这样的 $m$: - $\\sum \\limits_{i=0}^{m-1} (x_i'+",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 500,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P5"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP10217"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给定 $n,k,x,y$ 和 $2n$ 个整数 $x_0,y_0,x_1,y_1,\\dots,x_{n-1},y_{n-1}$。\n\n找到最小的**非负整数** $m$,使得存在 $2m$ 个实数 $x_0',y_0',x_1',y_1',\\dots,x_{m-1}',y_{m-1}'$ 满足以下条件,或报告不存在这样的 $m$:\n- $\\sum \\limits_{i=0}^{m-1} (x_i'+...",
"is_translate": false,
"language": "English"
}
]
}