API Response (JSON)
{
"problem": {
"name": "Squared Error",
"description": {
"content": "Given is a number sequence $A$ of length $N$. Find the sum of squared differences of every pair of elements: $\\displaystyle \\sum_{i = 2}^{N} \\sum_{j = 1}^{i - 1} (A_i - A_j)^2$.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc194_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given is a number sequence $A$ of length $N$. \nFind the sum of squared differences of every pair of elements: $\\displaystyle \\sum_{i = 2}^{N} \\sum_{j = 1}^{i - 1} (A_i - A_j)^2$.\n\n## Constraints\n\n* ...",
"is_translate": false,
"language": "English"
}
]
}