API Response (JSON)
{
"problem": {
"name": "Intersecting Intervals",
"description": {
"content": "You are given $N$ intervals of real numbers. The $i$\\-th $(1 \\leq i \\leq N)$ interval is $[l_i, r_i]$. Find the number of pairs $(i, j)\\,(1 \\leq i < j \\leq N)$ such that the $i$\\-th and $j$\\-th interv",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 3000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc355_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given $N$ intervals of real numbers. The $i$\\-th $(1 \\leq i \\leq N)$ interval is $[l_i, r_i]$. Find the number of pairs $(i, j)\\,(1 \\leq i < j \\leq N)$ such that the $i$\\-th and $j$\\-th interv...",
"is_translate": false,
"language": "English"
}
]
}