API Response (JSON)
{
"problem": {
"name": "I. Another Query Problem",
"description": {
"content": "Given the length $n$ of an array $A$ such that all $A_i$ $=$ $0$ for all $1 <= i <= n$. You need to answer $q$ queries of two types: 1) $1$ $l$ $r$ print 1 if all values of $A_i$, such that $l <= i ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 5000,
"memory_limit": 524288
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10241I"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given the length $n$ of an array $A$ such that all $A_i$ $=$ $0$ for all $1 <= i <= n$.\n\nYou need to answer $q$ queries of two types:\n\n1) $1$ $l$ $r$ print 1 if all values of $A_i$, such that $l <= i ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n, q \\in \\mathbb{Z}^+ $ with $ 1 \\le n, q \\le 2 \\cdot 10^5 $. \nLet $ A = (A_1, A_2, \\dots, A_n) $ be an array of integers initialized as $ A_i = 0 $ for all $ i \\in \\{1, \\dots...",
"is_translate": false,
"language": "Formal"
}
]
}