API Response (JSON)
{
"problem": {
"name": "[POI 2021/2022 R2] arm",
"description": {
"content": "初始时你有 $1$ 个物品,你需要将物品的数量按若干次以下步骤增加到 $> n$ 个。 - 选择 $1$:将物品数量存储进数据库中,耗费 $a$ 的时间。 - 选择 $2$:使物品数量增加等同于数据库中的数量,耗费 $b$ 的时间。 初始时数据库为空,问最小操作次数。",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": {
"LuoguStyle": "P4"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP9863"
},
"statements": [
{
"statement_type": "Markdown",
"content": "初始时你有 $1$ 个物品,你需要将物品的数量按若干次以下步骤增加到 $> n$ 个。\n\n- 选择 $1$:将物品数量存储进数据库中,耗费 $a$ 的时间。\n- 选择 $2$:使物品数量增加等同于数据库中的数量,耗费 $b$ 的时间。\n\n初始时数据库为空,问最小操作次数。\n\n## Input\n\n输入一行,共三个整数 $n,a,b\\ (1 \\leq n \\leq 10^{18},1 \\leq a,b...",
"is_translate": false,
"language": "English"
}
]
}