API Response (JSON)
{
"problem": {
"name": "049. Decryption",
"description": {
"content": "A monoalphabetic cipher is a type of encryption where each letter in the alphabet correlates to another letter in the alphabet. For this question you need to decrypt a piece of text given the key used",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269049"
},
"statements": [
{
"statement_type": "Markdown",
"content": "A monoalphabetic cipher is a type of encryption where each letter in the alphabet correlates to another letter in the alphabet. For this question you need to decrypt a piece of text given the key used...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ K = (k_1, k_2, \\dots, k_{26}) $ be the encryption key, where $ k_i \\in \\{A, B, \\dots, Z\\} $ and $ k_i $ is the ciphertext letter corresponding to plaintext letter $ (i-1) $-th ...",
"is_translate": false,
"language": "Formal"
}
]
}