API Response (JSON)
{
"problem": {
"name": "P. Proooooooooooooofer",
"description": {
"content": "You are given an encrypted string, encrypted using a certain algorithm. Decrypt it! Encryption algorithm gives a string t of length n and converts it to a pair (s, a) where s is a string of length n ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10051P"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given an encrypted string, encrypted using a certain algorithm. Decrypt it!\n\nEncryption algorithm gives a string t of length n and converts it to a pair (s, a) where s is a string of length n ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $ with $ 3 \\leq n \\leq 10^5 $. \nLet $ s \\in \\Sigma^n $ be a string over $ \\Sigma = \\{a, b, \\dots, z\\} $. \nLet $ a = (a_1, a_2, \\dots, a_{n-2}) \\in \\mathbb{Z}...",
"is_translate": false,
"language": "Formal"
}
]
}