API Response (JSON)
{
"problem": {
"name": "008. N-Dimensional Distance",
"description": {
"content": "Calculate the distance between two points of a specified dimension. The common distance formula still applies to higher dimensional points with a small modification. You will input two points and disp",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269008"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Calculate the distance between two points of a specified dimension. The common distance formula still applies to higher dimensional points with a small modification. You will input two points and disp...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ D \\in \\mathbb{Z} $ be the dimension, with $ 2 \\leq D \\leq 500 $. \nLet $ \\mathbf{p} = (p_1, p_2, \\dots, p_D) $ and $ \\mathbf{q} = (q_1, q_2, \\dots, q_D) $ be two points in $ \\m...",
"is_translate": false,
"language": "Formal"
}
]
}