API Response (JSON)
{
"problem": {
"name": "[EC Final 2022] Minimum Suffix",
"description": {
"content": "For a string $s$ of length $n$, we define $p_j = x$ if $s[x\\ldots j]$ is the minimum suffix of $s[1\\ldots j]$, for all $j=1,\\ldots, n$. (A suffix is the minimum suffix of a string if it is lexicograph",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 3000,
"memory_limit": 1048576
},
"difficulty": {
"LuoguStyle": "P7"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP9719"
},
"statements": [
{
"statement_type": "Markdown",
"content": "For a string $s$ of length $n$, we define $p_j = x$ if $s[x\\ldots j]$ is the minimum suffix of $s[1\\ldots j]$, for all $j=1,\\ldots, n$. (A suffix is the minimum suffix of a string if it is lexicograph...",
"is_translate": false,
"language": "English"
}
]
}