API Response (JSON)
{
"problem": {
"name": "B. Reversing Encryption",
"description": {
"content": "A string $s$ of length $n$ can be encrypted by the following algorithm: * iterate over all divisors of $n$ in decreasing order (i.e. from $n$ to $1$), * for each divisor $d$, reverse the substrin",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF999B"
},
"statements": [
{
"statement_type": "Markdown",
"content": "A string $s$ of length $n$ can be encrypted by the following algorithm:\n\n* iterate over all divisors of $n$ in decreasing order (i.e. from $n$ to $1$),\n* for each divisor $d$, reverse the substrin...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "长度为 $n$ 的字符串 $s$ 可以通过以下算法加密:\n\n例如,将上述算法应用于字符串 $s$=\"_codeforces_\" 会得到以下变化:\"_codeforces_\" $arrow.r$ \"_secrofedoc_\" $arrow.r$ \"_orcesfedoc_\" $arrow.r$ \"_rocesfedoc_\" $arrow.r$ \"_rocesfedoc_\"(显然,最后一次反转操作不会...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "Let $ n \\in \\mathbb{N} $, $ 1 \\leq n \\leq 100 $, and let $ t \\in \\Sigma^n $, where $ \\Sigma = \\{a, b, \\dots, z\\} $, be the encrypted string.\n\nDefine the encryption algorithm $ E: \\Sigma^n \\to \\Sigma^n...",
"is_translate": false,
"language": "Formal"
}
]
}