API Response (JSON)
{
"problem": {
"name": "G. Palindrome Partition",
"description": {
"content": "Given a string _s_, find the number of ways to split _s_ to substrings such that if there are _k_ substrings (_p_1, _p_2, _p_3, ..., _p__k_) in partition, then _p__i_ = _p__k_ - _i_ + 1 for all _i_ (1",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 3000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF932G"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given a string _s_, find the number of ways to split _s_ to substrings such that if there are _k_ substrings (_p_1, _p_2, _p_3, ..., _p__k_) in partition, then _p__i_ = _p__k_ - _i_ + 1 for all _i_ (1...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "给定一个字符串 #cf_span[s],求将 #cf_span[s] 分割为若干子串的方案数,使得若分割后有 #cf_span[k] 个子串 #cf_span[(p1, p2, p3, ..., pk)],则对所有 #cf_span[i] #cf_span[(1 ≤ i ≤ k)] 都满足 #cf_span[pi = pk - i + 1],且 #cf_span[k] 为偶数。\n\n由于方案数可能很...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ s \\in \\Sigma^* $ be a string of even length $ n = |s| $, where $ \\Sigma $ is the set of lowercase Latin letters. \nLet $ k \\in 2\\mathbb{Z}^+ $ be an even positive integer. \nA ...",
"is_translate": false,
"language": "Formal"
}
]
}