API Response (JSON)
{
"problem": {
"name": "[ICPC 2022 Xi'an R] Find Maximum",
"description": {
"content": "We define a function $f(x)$ over all non-negative integer $x$ as follows: $$ f(x) = \\begin{cases} 1 & (x = 0) \\\\ f(\\frac{x}{3}) + 1 & (x > 0\\land x\\bmod3 = 0) \\\\ f(x - 1) + 1 & (x > 0\\land x\\bmod 3\\n",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P4"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP9362"
},
"statements": [
{
"statement_type": "Markdown",
"content": "We define a function $f(x)$ over all non-negative integer $x$ as follows:\n$$\nf(x) =\n\\begin{cases}\n1 & (x = 0) \\\\\nf(\\frac{x}{3}) + 1 & (x > 0\\land x\\bmod3 = 0) \\\\\nf(x - 1) + 1 & (x > 0\\land x\\bmod 3\\n...",
"is_translate": false,
"language": "English"
}
]
}