API Response (JSON)
{
"problem": {
"name": "114. Viginere Cipher",
"description": {
"content": "So I think the title explains it. Encrypt a given phrase using the vigenere cipher with a key that will be provided. The vigenere cipher is actually quite easy to use, just look at the image below. Th",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269114"
},
"statements": [
{
"statement_type": "Markdown",
"content": "So I think the title explains it. Encrypt a given phrase using the vigenere cipher with a key that will be provided. The vigenere cipher is actually quite easy to use, just look at the image below. Th...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ P = p_1 p_2 \\dots p_m $ be the plaintext string over the alphabet $ \\Sigma = \\{A, B, \\dots, Z\\} $, possibly containing spaces. \nLet $ K = k_1 k_2 \\dots k_\\ell $ be the key str...",
"is_translate": false,
"language": "Formal"
}
]
}