API Response (JSON)
{
"problem": {
"name": "kasaka",
"description": {
"content": "Given is a string $S$ consisting of lowercase English letters. Determine whether adding some number of `a`'s (possibly zero) at the beginning of $S$ can make it a palindrome. Here, a string of length ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc237_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given is a string $S$ consisting of lowercase English letters. Determine whether adding some number of `a`'s (possibly zero) at the beginning of $S$ can make it a palindrome.\nHere, a string of length ...",
"is_translate": false,
"language": "English"
}
]
}