API Response (JSON)
{
"problem": {
"name": "Pairs",
"description": {
"content": "We have $N$ integers $A_1, A_2, ..., A_N$. There are $\\frac{N(N-1)}{2}$ ways to choose two of them and form a pair. If we compute the product of each of those pairs and sort the results in ascending o",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc155_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "We have $N$ integers $A_1, A_2, ..., A_N$.\nThere are $\\frac{N(N-1)}{2}$ ways to choose two of them and form a pair. If we compute the product of each of those pairs and sort the results in ascending o...",
"is_translate": false,
"language": "English"
}
]
}