API Response (JSON)
{
"problem": {
"name": "Minimize Even Palindrome",
"description": {
"content": "For a string $s$ consisting of lowercase English letters, let $f(s)$ denote the number of substrings of $s$ that are palindromes of even length. More precisely, $f(s)$ is the number of pairs of intege",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc209_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "For a string $s$ consisting of lowercase English letters, let $f(s)$ denote the number of substrings of $s$ that are palindromes of even length. More precisely, $f(s)$ is the number of pairs of intege...",
"is_translate": false,
"language": "English"
}
]
}