API Response (JSON)
{
"problem": {
"name": "Right Triangle",
"description": {
"content": "There is a right triangle $ABC$ with $∠ABC=90°$. Given the lengths of the three sides, $|AB|,|BC|$ and $|CA|$, find the area of the right triangle $ABC$. It is guaranteed that the area of the 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": "abc116_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There is a right triangle $ABC$ with $∠ABC=90°$.\nGiven the lengths of the three sides, $|AB|,|BC|$ and $|CA|$, find the area of the right triangle $ABC$.\nIt is guaranteed that the area of the triangle...",
"is_translate": false,
"language": "English"
}
]
}