API Response (JSON)
{
"problem": {
"name": "A. Quasi-palindrome",
"description": {
"content": "Let _quasi-palindromic_ number be such number that adding some leading zeros (possible none) to it produces a palindromic string. String _t_ is called a palindrome, if it reads the same from left to ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF863A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Let _quasi-palindromic_ number be such number that adding some leading zeros (possible none) to it produces a palindromic string.\n\nString _t_ is called a palindrome, if it reads the same from left to ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "定义一个 _quasi-palindromic_ 数为:通过添加若干前导零(可能不添加)后,可以变为回文字符串的数。\n\n字符串 #cf_span[t] 被称为回文,如果它从左到右读和从右到左读是一样的。\n\n例如,数字 #cf_span[131] 和 #cf_span[2010200] 是 _quasi-palindromic_ 数,它们可以分别变为字符串 \"#cf_span[131]\" 和 \"#c...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ x \\in \\mathbb{Z} $ be a positive integer with $ 1 \\leq x \\leq 10^9 $, represented in base-10 without leading zeros. \nLet $ s \\in \\{0,1,\\dots,9\\}^* $ be the decimal string repr...",
"is_translate": false,
"language": "Formal"
}
]
}