API Response (JSON)
{
"problem": {
"name": "Various distances",
"description": {
"content": "Given is a point $(x_1,\\ldots,x_N)$ in an $N$\\-dimensional space. Find the Manhattan distance, Euclidian distance, and Chebyshev distance between this point and the origin. Here, each of them is defin",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc180_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given is a point $(x_1,\\ldots,x_N)$ in an $N$\\-dimensional space.\nFind the Manhattan distance, Euclidian distance, and Chebyshev distance between this point and the origin. Here, each of them is defin...",
"is_translate": false,
"language": "English"
}
]
}