API Response (JSON)
{
"problem": {
"name": "D. Palindromic characteristics",
"description": {
"content": "Palindromic characteristics of string _s_ with length |_s_| is a sequence of |_s_| integers, where _k_\\-th number is the total number of non-empty substrings of _s_ which are _k_\\-palindromes. A stri",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 3000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF835D"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Palindromic characteristics of string _s_ with length |_s_| is a sequence of |_s_| integers, where _k_\\-th number is the total number of non-empty substrings of _s_ which are _k_\\-palindromes.\n\nA stri...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "字符串 #cf_span[s](长度为 #cf_span[|s|])的回文特征是一个包含 #cf_span[|s|] 个整数的序列,其中第 #cf_span[k] 个数表示 #cf_span[s] 中所有是 #cf_span[k]-回文串的非空子串的总数。\n\n一个字符串是 #cf_span[1]-回文串,当且仅当它正读和反读完全相同。\n\n一个字符串是 #cf_span[k]-回文串(#cf_spa...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ s $ be a string of length $ n = |s| $, with $ s[i] \\in \\{a, b, \\dots, z\\} $ for $ i \\in \\{1, \\dots, n\\} $. \nFor $ k \\in \\mathbb{Z}^+ $, a non-empty substring $ t = s[i:j] $ (w...",
"is_translate": false,
"language": "Formal"
}
]
}