API Response (JSON)
{
"problem": {
"name": "除法题",
"description": {
"content": "给定大小为 $n$ 的集合 $a$,保证其中元素互不相同且均为正整数。 如果我们从中**按顺序**取出三个元素 $a, b, c$,则共有 $n \\cdot (n-1) \\cdot (n-2)$ 种不同的选择方案。 现在对于一种选择方案 $(a,b,c)$,定义其权值为 $\\Bigl\\lfloor\\dfrac{a}{b}\\Bigr\\rfloor\\Bigl\\lfloor\\dfrac{a}{c}\\",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 5000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P4"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP9148"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给定大小为 $n$ 的集合 $a$,保证其中元素互不相同且均为正整数。\n\n如果我们从中**按顺序**取出三个元素 $a, b, c$,则共有 $n \\cdot (n-1) \\cdot (n-2)$ 种不同的选择方案。\n\n现在对于一种选择方案 $(a,b,c)$,定义其权值为 $\\Bigl\\lfloor\\dfrac{a}{b}\\Bigr\\rfloor\\Bigl\\lfloor\\dfrac{a}{c}\\...",
"is_translate": false,
"language": "English"
}
]
}