API Response (JSON)
{
"problem": {
"name": "K. Easy vector",
"description": {
"content": "You're given a vector with n elements. Piro starts from cell 1. He walks x seconds. In each second, he can move to an adjacent cell: for a cell i with 2 ≤ i ≤ n, he can move to i - 1 and i + 1. From c",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 65536
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10073K"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You're given a vector with n elements. Piro starts from cell 1. He walks x seconds. In each second, he can move to an adjacent cell: for a cell i with 2 ≤ i ≤ n, he can move to i - 1 and i + 1. From c...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ A, B, P \\in \\mathbb{Z}^+ $ be given constants, where: \n- $ A $ and $ B $ are fixed performance coefficients, \n- $ P $ is the minimum required performance in Performance Point...",
"is_translate": false,
"language": "Formal"
}
]
}