API Response (JSON)
{
"problem": {
"name": "Count Interval",
"description": {
"content": "Given is a sequence of length $N$: $A=(A_1,A_2,\\ldots,A_N)$, and an integer $K$. How many of the contiguous subsequences of $A$ have the sum of $K$? In other words, how many pairs of integers $(l,r)",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc233_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given is a sequence of length $N$: $A=(A_1,A_2,\\ldots,A_N)$, and an integer $K$.\nHow many of the contiguous subsequences of $A$ have the sum of $K$? \nIn other words, how many pairs of integers $(l,r)...",
"is_translate": false,
"language": "English"
}
]
}