API Response (JSON)
{
"problem": {
"name": "149. Pythagorean Theorem",
"description": {
"content": "For this problem, you will be given two side lengths of a triangle and will be required to determine the length of the other side. You can assume that all input will be provided for a valid right tria",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269149"
},
"statements": [
{
"statement_type": "Markdown",
"content": "For this problem, you will be given two side lengths of a triangle and will be required to determine the length of the other side. You can assume that all input will be provided for a valid right tria...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ A, C \\in \\mathbb{R}^+ $ be the given side and hypotenuse of a right triangle, respectively. \nLet $ B \\in \\mathbb{R}^+ $ be the unknown side to be determined.\n\n**Constraints** ...",
"is_translate": false,
"language": "Formal"
}
]
}