API Response (JSON)
{
"problem": {
"name": "「SvR-2」1+2=3(加强版)",
"description": {
"content": "你有一些木棒,每个木棒左边有一个数,右边有一个数,数是 $[0,c)$ 的自然数,你要将所有木棒拼起来,使相邻的数和为 $c$ 的对数最大。 例如,$c=3$,$1\\text{ - }2$ 和 $1\\text{ - }0$ 两个木棒,如果按 $1\\text{ - }0,1\\text{ - }2$ 这样拼,相邻的数和为 $3$ 的对数是 $0$;而按 $1\\text{ - }\\textcolor{",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 131072
},
"difficulty": {
"LuoguStyle": "P6"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP9153"
},
"statements": [
{
"statement_type": "Markdown",
"content": "你有一些木棒,每个木棒左边有一个数,右边有一个数,数是 $[0,c)$ 的自然数,你要将所有木棒拼起来,使相邻的数和为 $c$ 的对数最大。\n\n例如,$c=3$,$1\\text{ - }2$ 和 $1\\text{ - }0$ 两个木棒,如果按 $1\\text{ - }0,1\\text{ - }2$ 这样拼,相邻的数和为 $3$ 的对数是 $0$;而按 $1\\text{ - }\\textcolor{...",
"is_translate": false,
"language": "English"
}
]
}