API Response (JSON)
{
"problem": {
"name": "Longest Palindrome",
"description": {
"content": "You are given a string $S$. Find the maximum length of a contiguous substring of $S$ that is a palindrome. Note that there is always a contiguous substring of $S$ that is a palindrome.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc320_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a string $S$. Find the maximum length of a contiguous substring of $S$ that is a palindrome. \nNote that there is always a contiguous substring of $S$ that is a palindrome.\n\n## Constrain...",
"is_translate": false,
"language": "English"
}
]
}