API Response (JSON)
{
"problem": {
"name": "C. Function",
"description": {
"content": "Define function $f (x) = product limits_{i = 1}^(l e n) (x % 10^i) % (x + 1)$, where $l e n$ represents the digit length of $x$. For example, $f (1023) = (3 * 23 * 23 * 1023) % 1024$. Define funct",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 10000,
"memory_limit": 65536
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10280C"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Define function $f (x) = product limits_{i = 1}^(l e n) (x % 10^i) % (x + 1)$, where $l e n$ represents the digit length of $x$. \n\nFor example, $f (1023) = (3 * 23 * 23 * 1023) % 1024$. \n\nDefine funct...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ S $ be a string of length $ L $, where $ 7 \\leq L \\leq 8 \\times 10^5 $, composed of uppercase and lowercase letters. \nLet $ A, B \\in \\Sigma^* $ be strings such that $ A \\neq B...",
"is_translate": false,
"language": "Formal"
}
]
}