API Response (JSON)
{
"problem": {
"name": "[信息与未来 2021] 幸运数字",
"description": {
"content": "如果一个正整数 $n$ 在五进制、七进制、九进制的表示下都没有数字 $0$,我们就称 $n$ 是幸运数字。例如: - $(987)_{10}=(12422)_5=(2610)_7=(1316)_9$,因此 $n=987$ 不是幸运数字。 - $(988)_{10}=(12423)_5=(2611)_7=(1317)_9$,因此 $n=988$ 是幸运数字。 写程序求出 $a,a+1,a+2,",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 131072
},
"difficulty": {
"LuoguStyle": "P2"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGB3756"
},
"statements": [
{
"statement_type": "Markdown",
"content": "如果一个正整数 $n$ 在五进制、七进制、九进制的表示下都没有数字 $0$,我们就称 $n$ 是幸运数字。例如:\n\n- $(987)_{10}=(12422)_5=(2610)_7=(1316)_9$,因此 $n=987$ 不是幸运数字。\n\n- $(988)_{10}=(12423)_5=(2611)_7=(1317)_9$,因此 $n=988$ 是幸运数字。\n\n写程序求出 $a,a+1,a+2,...",
"is_translate": false,
"language": "English"
}
]
}