API Response (JSON)
{
"problem": {
"name": "Right Triangle",
"description": {
"content": "In the $xy$\\-plane, there are three points $A(x_A, y_A)$, $B(x_B, y_B)$, and $C(x_C, y_C)$ that are not collinear. Determine whether the triangle $ABC$ is a right triangle.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc362_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "In the $xy$\\-plane, there are three points $A(x_A, y_A)$, $B(x_B, y_B)$, and $C(x_C, y_C)$ that are not collinear. Determine whether the triangle $ABC$ is a right triangle.\n\n## Constraints\n\n* $-1000...",
"is_translate": false,
"language": "English"
}
]
}