API Response (JSON)
{
"problem": {
"name": "121. Space Invaders",
"description": {
"content": "You're traveling through space in your spaceship, when your ship's radar detects several hostile aliens near the ship. You need to figure out how close each alien is to your ship. In three dimensions",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269121"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You're traveling through space in your spaceship, when your ship's radar detects several hostile aliens near the ship. You need to figure out how close each alien is to your ship.\n\nIn three dimensions...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ (X, Y, Z) \\in \\mathbb{R}^3 $ be the coordinates of the spaceship. \nLet $ n \\in \\mathbb{Z}^+ $ be the number of aliens. \nFor each $ i \\in \\{1, \\dots, n\\} $, let $ (x_i, y_i, z...",
"is_translate": false,
"language": "Formal"
}
]
}