API Response (JSON)
{
"problem": {
"name": "C. Encrypted Password",
"description": {
"content": "Encrypting passwords is one of the most important problems nowadays, and you trust only the encryption algorithms which you invented, and you have just made a new encryption algorithm. Given a passwo",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10015C"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Encrypting passwords is one of the most important problems nowadays, and you trust only the encryption algorithms which you invented, and you have just made a new encryption algorithm.\n\nGiven a passwo...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ P = p_1 p_2 \\dots p_n $ be the original password, where $ p_i \\in \\{a, b, \\dots, z\\} $ and $ n = |P| $. \nLet $ E = e_1 e_2 \\dots e_m $ be the encrypted password, where $ e_j \\...",
"is_translate": false,
"language": "Formal"
}
]
}