API Response (JSON)
{
"problem": {
"name": "197. Three Lines",
"description": {
"content": "You're given three lines on the coordinate plane. No pairs of the lines are parallel. Figure out the area of the triangle formed by the intersection points of the three lines. In other words, label t",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269197"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You're given three lines on the coordinate plane. No pairs of the lines are parallel.\n\nFigure out the area of the triangle formed by the intersection points of the three lines. In other words, label t...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet the three lines be given by: \n$$\nL_1: y = m_1 x + b_1, \\quad L_2: y = m_2 x + b_2, \\quad L_3: y = m_3 x + b_3\n$$ \nwith $m_i \\ne m_j$ for all $i \\ne j$ (no two lines are paralle...",
"is_translate": false,
"language": "Formal"
}
]
}