API Response (JSON)
{
"problem": {
"name": "Who Says a Pun?",
"description": {
"content": "Given is a string $S$ of length $N$. Find the maximum length of a non-empty string that occurs twice or more in $S$ as contiguous substrings without overlapping. More formally, find the maximum positi",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc141_e"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given is a string $S$ of length $N$.\nFind the maximum length of a non-empty string that occurs twice or more in $S$ as contiguous substrings without overlapping.\nMore formally, find the maximum positi...",
"is_translate": false,
"language": "English"
}
]
}