API Response (JSON)
{
"problem": {
"name": "072. Tri-Angle",
"description": {
"content": "Given the three points that represent the corners of an isosceles triangle, determine the angle that the triangle is pointing. The angle can be calculated based on the vector created along the line of",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269072"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given the three points that represent the corners of an isosceles triangle, determine the angle that the triangle is pointing. The angle can be calculated based on the vector created along the line of...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ P = \\{A, B, C\\} \\subset \\mathbb{R}^2 $ be a set of three distinct points forming the vertices of an isosceles triangle. \n\n**Constraints** \n1. The triangle is isosceles: exact...",
"is_translate": false,
"language": "Formal"
}
]
}