API Response (JSON)
{
"problem": {
"name": "[SNCPC2019] Digit Mode",
"description": {
"content": "Let $m(x)$ be the $\\textit{mode}$ of the digits in decimal representation of positive integer $x$. The mode is the largest value that occurs most frequently in the sequence. For example, $m(15532)=5$,",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 3000,
"memory_limit": 262144
},
"difficulty": {
"LuoguStyle": "P5"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP9640"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Let $m(x)$ be the $\\textit{mode}$ of the digits in decimal representation of positive integer $x$. The mode is the largest value that occurs most frequently in the sequence. For example, $m(15532)=5$,...",
"is_translate": false,
"language": "English"
}
]
}