API Response (JSON)
{
"problem": {
"name": "G. Large array",
"description": {
"content": "You are given an array $b$ of size $m$. An array $a$ of size $n$ is built from $b$ by the following formula: for every $i$ $(0 <= i < n)$ $a [ i ] = b [ i$ $m o d$ $m ]$. You should find a sub-arr",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 3000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10241G"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given an array $b$ of size $m$.\n\nAn array $a$ of size $n$ is built from $b$ by the following formula:\n\n for every $i$ $(0 <= i < n)$ $a [ i ] = b [ i$ $m o d$ $m ]$.\n\nYou should find a sub-arr...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ t \\in \\mathbb{Z}^+ $ be the number of test cases. \nFor each test case: \n- Let $ m, n \\in \\mathbb{Z}^+ $ with $ 1 \\le m \\le 10^5 $, $ m \\le n \\le 10^9 $. \n- Let $ b = (b_0, b...",
"is_translate": false,
"language": "Formal"
}
]
}