API Response (JSON)
{
"problem": {
"name": "Longest Uncommon Prefix",
"description": {
"content": "You are given a string $S$ of length $N$ consisting of lowercase English letters. The $x$\\-th $(1 \\le x \\le N)$ character of $S$ is $S_x$. For each $i=1,2,\\dots,N-1$, find the maximum non-negative int",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc285_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a string $S$ of length $N$ consisting of lowercase English letters. The $x$\\-th $(1 \\le x \\le N)$ character of $S$ is $S_x$.\nFor each $i=1,2,\\dots,N-1$, find the maximum non-negative int...",
"is_translate": false,
"language": "English"
}
]
}