API Response (JSON)
{
"problem": {
"name": "162. Parallel Lines",
"description": {
"content": "Your younger sibling needs help with their algebra homework, and it involves a full worksheet of detecting parallel lines in equations! Too inarticulate to explain how to find these parallel lines, yo",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269162"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Your younger sibling needs help with their algebra homework, and it involves a full worksheet of detecting parallel lines in equations! Too inarticulate to explain how to find these parallel lines, yo...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ L_1: y = m_1 x + b_1 $ and $ L_2: y = m_2 x + b_2 $ be two linear equations in slope-intercept form.\n\n**Constraints** \n- $ m_1, m_2, b_1, b_2 \\in \\mathbb{R} $ \n- $ m_1 $ and ...",
"is_translate": false,
"language": "Formal"
}
]
}