API Response (JSON)
{
"problem": {
"name": "「FAOI-R3」移民计划",
"description": {
"content": "给定两个正整数 $n,a$。 现有两个正整数数列 $\\{h_n\\},\\{s_n\\}$ 和一个正整数 $W$,满足: $$\\begin{cases} s_1=a, \\\\ s_i=\\left\\lceil \\dfrac{h_{i-1}}{i} \\right\\rceil, \\\\ h_i=i \\times s_i,\\\\ W=h_1\\times h_2\\times \\ldots\\times h_n.",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 2000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P4"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP10154"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给定两个正整数 $n,a$。\n\n现有两个正整数数列 $\\{h_n\\},\\{s_n\\}$ 和一个正整数 $W$,满足:\n\n$$\\begin{cases} s_1=a, \\\\ s_i=\\left\\lceil \\dfrac{h_{i-1}}{i} \\right\\rceil, \\\\ h_i=i \\times s_i,\\\\ W=h_1\\times h_2\\times \\ldots\\times h_n....",
"is_translate": false,
"language": "English"
}
]
}