API Response (JSON)
{
"problem": {
"name": "[信息与未来 2025] 幸运数字",
"description": {
"content": "如果一个 $n$ 位正整数恰好由数字 $0, 1, 2, \\cdots , n - 1$ 组成,Dr. X 就称它为“幸运数字”,例如: - $1023$ 是一个幸运数字,因为它是一个四位数,且恰好由数字 $0, 1, 2, 3$ 组成。 - $123$ 不是幸运数字,因为三位幸运数字应该由数字 $0, 1, 2$ 组成。 - $012$ 不是幸运数字,因为我们只考虑不含前导零的正整数。 现在",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P1"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGB4348"
},
"statements": [
{
"statement_type": "Markdown",
"content": "如果一个 $n$ 位正整数恰好由数字 $0, 1, 2, \\cdots , n - 1$ 组成,Dr. X 就称它为“幸运数字”,例如:\n\n- $1023$ 是一个幸运数字,因为它是一个四位数,且恰好由数字 $0, 1, 2, 3$ 组成。\n- $123$ 不是幸运数字,因为三位幸运数字应该由数字 $0, 1, 2$ 组成。\n- $012$ 不是幸运数字,因为我们只考虑不含前导零的正整数。\n\n现在...",
"is_translate": false,
"language": "English"
}
]
}