API Response (JSON)
{
"problem": {
"name": "D. Impressive Queries",
"description": {
"content": "You are given two arrays, A and B, both of size N. You are given Q queries of the form (i, j, k). Where for each query, you have to find the cardinality of the multiset . First line contains two inte",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 10000,
"memory_limit": 65536
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10105D"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given two arrays, A and B, both of size N. You are given Q queries of the form (i, j, k). Where for each query, you have to find the cardinality of the multiset .\n\nFirst line contains two inte...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ N, Q \\in \\mathbb{Z}^+ $. \nLet $ A = (a_1, a_2, \\dots, a_N) $ and $ B = (b_1, b_2, \\dots, b_N) $ be two arrays of integers. \nLet $ \\mathcal{Q} = \\{(i_q, j_q, k_q) \\mid q \\in \\...",
"is_translate": false,
"language": "Formal"
}
]
}