API Response (JSON)
{
"problem": {
"name": "150. Valid Triangle",
"description": {
"content": "Your task for this problem is to take the three side lengths of a triangle and to determine if these side lengths could create a \"valid\" triangle. A triangle is considered valid if the addition of any",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269150"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Your task for this problem is to take the three side lengths of a triangle and to determine if these side lengths could create a \"valid\" triangle. A triangle is considered valid if the addition of any...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ a, b, c \\in \\mathbb{R}^+ $ be the side lengths of a triangle.\n\n**Constraints** \nNone beyond positivity (implied by context).\n\n**Objective** \nDetermine whether: \n$$ a + b > c...",
"is_translate": false,
"language": "Formal"
}
]
}