API Response (JSON)
{
"problem": {
"name": "Ex - Min + Sum",
"description": {
"content": "You are given two sequences of integers of length $N$: $A = (A_1, A_2, \\ldots, A_N)$ and $B = (B_1, B_2, \\ldots, B_N)$. Print the number of pairs of integers $(l, r)$ that satisfy $1 \\leq l \\leq r \\le",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc282_h"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given two sequences of integers of length $N$: $A = (A_1, A_2, \\ldots, A_N)$ and $B = (B_1, B_2, \\ldots, B_N)$.\nPrint the number of pairs of integers $(l, r)$ that satisfy $1 \\leq l \\leq r \\le...",
"is_translate": false,
"language": "English"
}
]
}