API Response (JSON)
{
"problem": {
"name": "065. Intersection of Two Lines",
"description": {
"content": "When performing calculations on linear equations, finding the intersection point of two lines is a very common task. Write a program that takes two linear equations in the form of $y = m x + b$ and ou",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269065"
},
"statements": [
{
"statement_type": "Markdown",
"content": "When performing calculations on linear equations, finding the intersection point of two lines is a very common task. Write a program that takes two linear equations in the form of $y = m x + b$ and ou...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ m_1, b_1 \\in \\mathbb{R} $ be the slope and y-intercept of the first line. \nLet $ m_2, b_2 \\in \\mathbb{R} $ be the slope and y-intercept of the second line. \n\n**Constraints** ...",
"is_translate": false,
"language": "Formal"
}
]
}