API Response (JSON)
{
"problem": {
"name": "G. Generative Model",
"description": {
"content": "Bob is creating an algorithm that can generate words. It works as follows: Given an integer seed s: For example, if s = 3705 From B we can generate \"mico\" as follows: [13, 9, 3, 15 = [m, i, c, o]] ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 65536
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10146G"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Bob is creating an algorithm that can generate words. It works as follows:\n\nGiven an integer seed s:\n\nFor example, if s = 3705\n\nFrom B we can generate \"mico\" as follows: [13, 9, 3, 15 = [m, i, c, o]]\n...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ s \\in \\mathbb{Z}^+ $ with $ s < 10^6 $. \nLet $ \\Sigma = \\{1, 2, \\dots, 26\\} $ represent the alphabet (A=1, B=2, ..., Z=26). \nA *valid word* is a sequence $ (d_1, d_2, \\dots, ...",
"is_translate": false,
"language": "Formal"
}
]
}