API Response (JSON)
{
"problem": {
"name": "Manhattan Multifocal Ellipse",
"description": {
"content": "You are given $N$ points $(x_1, y_1), (x_2, y_2), \\dots, (x_N, y_N)$ on a two-dimensional plane, and a non-negative integer $D$. Find the number of integer pairs $(x, y)$ such that $\\displaystyle \\sum",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc366_e"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given $N$ points $(x_1, y_1), (x_2, y_2), \\dots, (x_N, y_N)$ on a two-dimensional plane, and a non-negative integer $D$.\nFind the number of integer pairs $(x, y)$ such that $\\displaystyle \\sum...",
"is_translate": false,
"language": "English"
}
]
}