API Response (JSON)
{
"problem": {
"name": "E. Big Number and Remainder",
"description": {
"content": "Stepan has a very big positive integer. Let's consider all cyclic shifts of Stepan's integer (if we look at his integer like at a string) which are also integers (i.e. they **do not have** leading ze",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 3000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF795E"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Stepan has a very big positive integer.\n\nLet's consider all cyclic shifts of Stepan's integer (if we look at his integer like at a string) which are also integers (i.e. they **do not have** leading ze...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Stepan 有一个非常大的正整数。\n\n考虑 Stepan 整数的所有循环移位(我们将他的整数视为一个字符串),这些移位仍然是整数(即它们 *不包含* 前导零)。我们将这样的移位称为 _好移位_。例如,对于整数 #cf_span[10203],好移位包括其本身 #cf_span[10203] 以及整数 #cf_span[20310] 和 #cf_span[31020]。\n\nStepan 想知道所有...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "Let $ s $ be a string of length $ n $ (where $ 2 \\leq n \\leq 200{,}000 $) representing a positive integer with no leading zeros.\n\nLet $ m $ be an integer such that $ 2 \\leq m \\leq 10^8 $.\n\nDefine a *g...",
"is_translate": false,
"language": "Formal"
}
]
}