API Response (JSON)
{
"problem": {
"name": "[蓝桥杯 2018 国 B] 矩阵求和",
"description": {
"content": "经过重重笔试面试的考验,小明成功进入 Macrohard 公司工作。 今天小明的任务是填满这么一张表: 表有 $n$ 行 $n$ 列,行和列的编号都从 $1$ 算起。 其中第 $i$ 行第 $j$ 个元素的值是 $\\gcd(i, j)$ 的平方,$\\gcd$ 表示最大公约数,以下是这个表的前四行的前四列: ``` 1 1 1 1 1 4 1 4 1 1 9 1 1 4 ",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": {
"LuoguStyle": "P5"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP8670"
},
"statements": [
{
"statement_type": "Markdown",
"content": "经过重重笔试面试的考验,小明成功进入 Macrohard 公司工作。\n\n今天小明的任务是填满这么一张表:\n\n表有 $n$ 行 $n$ 列,行和列的编号都从 $1$ 算起。\n\n其中第 $i$ 行第 $j$ 个元素的值是 $\\gcd(i, j)$ 的平方,$\\gcd$ 表示最大公约数,以下是这个表的前四行的前四列:\n\n```\n1 1 1 1\n1 4 1 4\n1 1 9 1\n1 4 ...",
"is_translate": false,
"language": "English"
}
]
}