API Response (JSON)
{
"problem": {
"name": "111. Word Subsitution",
"description": {
"content": "In this question you must encrypt or decrypt a message by replacing a key letter with a word or a key word with a letter. If the message contains the key word then you should be decrypting and replaci",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269111"
},
"statements": [
{
"statement_type": "Markdown",
"content": "In this question you must encrypt or decrypt a message by replacing a key letter with a word or a key word with a letter. If the message contains the key word then you should be decrypting and replaci...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ M $ be the input message (string). \nLet $ c \\in \\Sigma $ be the key letter (single character). \nLet $ w \\in \\Sigma^* $ be the key word (string), with $ c \\notin w $. \n\n**Con...",
"is_translate": false,
"language": "Formal"
}
]
}