API Response (JSON)
{
"problem": {
"name": "Max/Min",
"description": {
"content": "You are given a sequence $A=(A_1,\\ldots,A_N)$ of length $N$. Find $\\displaystyle \\sum_{i=1}^{N-1}\\sum_{j=i+1}^{N}\\left\\lfloor\\frac{\\max(A_i,A_j)}{\\min(A_i,A_j)}\\right\\rfloor$. Here, $\\lfloor x \\rfloor",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc356_e"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a sequence $A=(A_1,\\ldots,A_N)$ of length $N$.\nFind $\\displaystyle \\sum_{i=1}^{N-1}\\sum_{j=i+1}^{N}\\left\\lfloor\\frac{\\max(A_i,A_j)}{\\min(A_i,A_j)}\\right\\rfloor$.\nHere, $\\lfloor x \\rfloor...",
"is_translate": false,
"language": "English"
}
]
}