API Response (JSON)
{
"problem": {
"name": "D. Palindrome Degree",
"description": {
"content": "String _s_ of length _n_ is called _k_\\-palindrome, if it is a palindrome itself, and its prefix and suffix of length are (_k_ - 1)\\-palindromes. By definition, any string (even empty) is 0-palindrome",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF7D"
},
"statements": [
{
"statement_type": "Markdown",
"content": "String _s_ of length _n_ is called _k_\\-palindrome, if it is a palindrome itself, and its prefix and suffix of length are (_k_ - 1)\\-palindromes. By definition, any string (even empty) is 0-palindrome...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "长度为 #cf_span[n] 的字符串 #cf_span[s] 被称为 #cf_span[k]-回文串,当且仅当它本身是回文串,且其长度为 #cf_span[(k - 1)] 的前缀和后缀都是 #cf_span[(k - 1)]-回文串。根据定义,任意字符串(包括空字符串)都是 0-回文串。\n\n我们定义字符串 #cf_span[s] 的回文度为最大的数 #cf_span[k],使得 #cf_sp...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ s $ be a string of length $ n $. \nFor $ k \\in \\mathbb{N}_0 $, define that $ s $ is a **$ k $-palindrome** if: \n- $ k = 0 $: always true (by definition), \n- $ k \\geq 1 $: $ s...",
"is_translate": false,
"language": "Formal"
}
]
}