API Response (JSON)
{
"problem": {
"name": "N. tirnaoeumPt",
"description": {
"content": "You are given an encrypted string, encrypted using a certain algorithm.Decrypt it ! Each character of the encrypted string has ASCII code between 0 and 255 inclusive.So you're given the ASCII code of",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10051N"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given an encrypted string, encrypted using a certain algorithm.Decrypt it !\n\nEach character of the encrypted string has ASCII code between 0 and 255 inclusive.So you're given the ASCII code of...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $ be the length of the encrypted string. \nLet $ C = (c_1, c_2, \\dots, c_n) $ be a sequence of integers where $ c_i \\in [0, 255] $ for all $ i \\in \\{1, \\dots, ...",
"is_translate": false,
"language": "Formal"
}
]
}