API Response (JSON)
{
"problem": {
"name": "[NOIP 2002 普及组] 产生数",
"description": {
"content": "给出一个整数 $n$ 和 $k$ 个变换规则。 规则: - 一位数可变换成另一个一位数。 - 规则的右部不能为零。 例如:$n=234,k=2$。有以下两个规则: - $2\\longrightarrow 5$。 - $3\\longrightarrow 6$。 上面的整数 $234$ 经过变换后可能产生出的整数为(包括原数): - $234$。 - $534$。 - $264$。 -",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 128000
},
"difficulty": {
"LuoguStyle": "P3"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP1037"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给出一个整数 $n$ 和 $k$ 个变换规则。\n\n规则:\n- 一位数可变换成另一个一位数。\n- 规则的右部不能为零。\n\n例如:$n=234,k=2$。有以下两个规则:\n\n- $2\\longrightarrow 5$。 \n- $3\\longrightarrow 6$。 \n\n上面的整数 $234$ 经过变换后可能产生出的整数为(包括原数):\n\n- $234$。\n- $534$。\n- $264$。\n-...",
"is_translate": false,
"language": "English"
}
]
}