API Response (JSON)
{
"problem": {
"name": "T1 三角形面积",
"description": {
"content": "给定平面直角坐标系上的三个整点 $A, B, C$ 的坐标,求其围成的三角形面积。 **数据保证答案一定是整数。所以如果你采用了浮点数来计算,请四舍五入到整数**。 --- **两点之间的距离公式:** $(x_1, y_1), (x_2, y_2)$ 之间的距离是 $\\sqrt{(x_1 - x_2)^2 + (y_1 - y_2)^2}$ **海伦公式:** 若三角形的边长为 $",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 131072
},
"difficulty": {
"LuoguStyle": "P1"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGB3638"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给定平面直角坐标系上的三个整点 $A, B, C$ 的坐标,求其围成的三角形面积。\n\n**数据保证答案一定是整数。所以如果你采用了浮点数来计算,请四舍五入到整数**。\n\n---\n\n**两点之间的距离公式:** $(x_1, y_1), (x_2, y_2)$ 之间的距离是 $\\sqrt{(x_1 - x_2)^2 + (y_1 - y_2)^2}$ \n\n**海伦公式:** 若三角形的边长为 $...",
"is_translate": false,
"language": "English"
}
]
}