API Response (JSON)
{
"problem": {
"name": "Shift and Inversions",
"description": {
"content": "Given is a sequence $A = [a_0, a_1, a_2, \\dots, a_{N-1}]$ that is a permutation of $0, 1, 2, \\dots, N - 1$. For each $k = 0, 1, 2, \\dots, N - 1$, find the inversion number of the sequence $B = [b_0,",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc190_f"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given is a sequence $A = [a_0, a_1, a_2, \\dots, a_{N-1}]$ that is a permutation of $0, 1, 2, \\dots, N - 1$. \nFor each $k = 0, 1, 2, \\dots, N - 1$, find the inversion number of the sequence $B = [b_0,...",
"is_translate": false,
"language": "English"
}
]
}