API Response (JSON)
{
"problem": {
"name": "193. Quadratic Equation Factoring",
"description": {
"content": "You're given a quadratic equation, in the form of $y = a x^2 + b x + c$. Your task is to find all possible factorizations of this quadratic equation, using only positive integers. In other words, you ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269193"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You're given a quadratic equation, in the form of $y = a x^2 + b x + c$. Your task is to find all possible factorizations of this quadratic equation, using only positive integers. In other words, you ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ a, b, c \\in \\mathbb{Z}^+ $ be the coefficients of the quadratic $ y = ax^2 + bx + c $. \n\n**Constraints** \n$ a, b, c \\geq 1 $ \n\n**Objective** \nFind all pairs of positive int...",
"is_translate": false,
"language": "Formal"
}
]
}