API Response (JSON)
{
"problem": {
"name": "[GESP202403 八级] 公倍数问题",
"description": {
"content": "小 A 写了一个 $N \\times M$ 的矩阵 $A$,我们看不到这个矩阵,但我们可以知道,其中第 $i$ 行第 $j$ 列的元素 $A_{i,j}$ 是 $i$ 和 $j$ 的公倍数($i=1,\\dots,N$,$j=1,\\dots,M$)。现在有 $K$ 个小朋友,其中第 $k$ 个小朋友想知道,矩阵 $A$ 中最多有多少个元素可以是 $k$($k=1,2,\\dots,K$)。请你帮助这些",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 131072
},
"difficulty": {
"LuoguStyle": "P3"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP10263"
},
"statements": [
{
"statement_type": "Markdown",
"content": "小 A 写了一个 $N \\times M$ 的矩阵 $A$,我们看不到这个矩阵,但我们可以知道,其中第 $i$ 行第 $j$ 列的元素 $A_{i,j}$ 是 $i$ 和 $j$ 的公倍数($i=1,\\dots,N$,$j=1,\\dots,M$)。现在有 $K$ 个小朋友,其中第 $k$ 个小朋友想知道,矩阵 $A$ 中最多有多少个元素可以是 $k$($k=1,2,\\dots,K$)。请你帮助这些...",
"is_translate": false,
"language": "English"
}
]
}