API Response (JSON)
{
"problem": {
"name": "BZOJ3518 点组计数",
"description": {
"content": "平面上摆放着一个 $n\\times m$ 的点阵,如下图是一个 $3\\times 4$ 的点阵图:  现问,有多少个三元点对组 $(a,b,c)$ 满足 $a,b,c$ 三点共线,顺序无关紧要,例如 $(a,b,c)$ 与 $(b,c,a)$ 算一组。答案对 $10^9",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P6"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP10636"
},
"statements": [
{
"statement_type": "Markdown",
"content": "平面上摆放着一个 $n\\times m$ 的点阵,如下图是一个 $3\\times 4$ 的点阵图:\n\n\n\n现问,有多少个三元点对组 $(a,b,c)$ 满足 $a,b,c$ 三点共线,顺序无关紧要,例如 $(a,b,c)$ 与 $(b,c,a)$ 算一组。答案对 $10^9...",
"is_translate": false,
"language": "English"
}
]
}