API Response (JSON)
{
"problem": {
"name": "String Palindrome",
"description": {
"content": "A string $S$ of an odd length is said to be a _strong palindrome_ if and only if all of the following conditions are satisfied: * $S$ is a palindrome. * Let $N$ be the length of $S$. The string f",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc159_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "A string $S$ of an odd length is said to be a _strong palindrome_ if and only if all of the following conditions are satisfied:\n\n* $S$ is a palindrome.\n* Let $N$ be the length of $S$. The string f...",
"is_translate": false,
"language": "English"
}
]
}