API Response (JSON)
{
"problem": {
"name": "[蓝桥杯 2021 省 B] 杨辉三角形",
"description": {
"content": "下面的图形是著名的杨辉三角形:  如果我们按从上到下、从左到右的顺序把所有数排成一列,可以得到如下数列: $1,1,1,1,2,1,1,3,",
"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": "LGP8749"
},
"statements": [
{
"statement_type": "Markdown",
"content": "下面的图形是著名的杨辉三角形:\n\n\n\n如果我们按从上到下、从左到右的顺序把所有数排成一列,可以得到如下数列:\n\n$1,1,1,1,2,1,1,3,...",
"is_translate": false,
"language": "English"
}
]
}