API Response (JSON)
{
"problem": {
"name": "「EZEC-11」等差数列",
"description": {
"content": "给你一个长为 $n$,首项为 $a$,公差为 $d$ 的等差数列 $x$。 从 $x$ 中任选两个数 $x_i,x_j$($i\\neq j$),同时满足: - $x_i+x_j$ 为偶数。 - $x$ 中没有 $\\frac{x_i+x_j}{2}$。 那么你就可以将 $\\frac{x_i+x_j}{2}$ 加入 $x$ 中,称为一次操作。 **注意:新加入的数也可被选择。** 问你最多能",
"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": "LGP8177"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给你一个长为 $n$,首项为 $a$,公差为 $d$ 的等差数列 $x$。\n\n从 $x$ 中任选两个数 $x_i,x_j$($i\\neq j$),同时满足:\n\n- $x_i+x_j$ 为偶数。\n- $x$ 中没有 $\\frac{x_i+x_j}{2}$。\n\n那么你就可以将 $\\frac{x_i+x_j}{2}$ 加入 $x$ 中,称为一次操作。\n\n**注意:新加入的数也可被选择。**\n\n问你最多能...",
"is_translate": false,
"language": "English"
}
]
}