API Response (JSON)
{
"problem": {
"name": "144. Triangulation Rocks the Nation",
"description": {
"content": "You have a triangle with three points given in coordinates. Given this information, figure out the triangle's area. The points can be given in any order. To calculate the area of a triangle, you can ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269144"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You have a triangle with three points given in coordinates. Given this information, figure out the triangle's area. The points can be given in any order.\n\nTo calculate the area of a triangle, you can ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ P_1 = (x_1, y_1) $, $ P_2 = (x_2, y_2) $, $ P_3 = (x_3, y_3) \\in \\mathbb{R}^2 $ be the coordinates of the three vertices of the triangle.\n\n**Constraints** \nThe coordinates are...",
"is_translate": false,
"language": "Formal"
}
]
}