API Response (JSON)
{
"problem": {
"name": "[GESP202403 五级] B-smooth 数",
"description": {
"content": "小杨同学想寻找一种名为 $ B $-smooth 数的正整数。 如果一个正整数的最大质因子不超过 $ B $,则该正整数为 $ B $-smooth 数。小杨同学想知道,对于给定的 $ n $ 和 $ B $,有多少个不超过 $ n $ 的 $ B $-smooth 数。",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P2"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGB3969"
},
"statements": [
{
"statement_type": "Markdown",
"content": "小杨同学想寻找一种名为 $ B $-smooth 数的正整数。 \n\n如果一个正整数的最大质因子不超过 $ B $,则该正整数为 $ B $-smooth 数。小杨同学想知道,对于给定的 $ n $ 和 $ B $,有多少个不超过 $ n $ 的 $ B $-smooth 数。\n\n## Input\n\n第一行包含两个正整数 $ n $ 和 $ B $,含义如题面所示。\n\n## Output\n\n输出一个...",
"is_translate": false,
"language": "English"
}
]
}