API Response (JSON)
{
"problem": {
"name": "A. Bear and Big Brother",
"description": {
"content": "Bear Limak wants to become the largest of bears, or at least to become larger than his brother Bob. Right now, Limak and Bob weigh _a_ and _b_ respectively. It's guaranteed that Limak's weight is sma",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF791A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Bear Limak wants to become the largest of bears, or at least to become larger than his brother Bob.\n\nRight now, Limak and Bob weigh _a_ and _b_ respectively. It's guaranteed that Limak's weight is sma...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "熊 Limak 想要成为最大的熊,或者至少比他的兄弟 Bob 重。\n\n目前,Limak 和 Bob 的体重分别为 #cf_span[a] 和 #cf_span[b]。保证 Limak 的体重小于或等于他兄弟的体重。\n\nLimak 吃得很多,他的体重每年翻三倍,而 Bob 的体重每年翻倍。\n\n经过多少个完整的年后,Limak 的体重会严格大于 Bob?\n\n输入仅有一行,包含两个整数 #cf_span...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ a, b \\in \\mathbb{Z} $ denote the initial weights of Limak and Bob, respectively, with $ 1 \\leq a \\leq b \\leq 10 $.\n\n**Constraints** \n- $ a \\leq b $\n\n**Objective** \nFind the s...",
"is_translate": false,
"language": "Formal"
}
]
}