API Response (JSON)
{
"problem": {
"name": "Min Max Pair",
"description": {
"content": "You are given a sequence $a = (a_1, \\dots, a_N)$ of length $N$ consisting of integers between $1$ and $N$. Find the number of pairs of integers $i, j$ that satisfy all of the following conditions: * ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc262_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a sequence $a = (a_1, \\dots, a_N)$ of length $N$ consisting of integers between $1$ and $N$.\nFind the number of pairs of integers $i, j$ that satisfy all of the following conditions:\n\n* ...",
"is_translate": false,
"language": "English"
}
]
}