API Response (JSON)
{
"problem": {
"name": "[科大国创杯小学组 2024] 几何",
"description": {
"content": "小可可最近在学习平面几何! 给定平面上的 $n$ 个点 $(x_1, y_1), (x_2, y_2), \\cdots, (x_n, y_n)$。 根据题目要求,输出下列两个值其中一个: 1. 任意两点间欧几里得距离最大值的平方,对于两个点 $(x_i, y_i)$ 和 $(x_j, y_j)$,欧几里得距离定义为 $\\sqrt{(x_i - x_j)^2 + (y_i - y_j)^2}$",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P3"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGB4253"
},
"statements": [
{
"statement_type": "Markdown",
"content": "小可可最近在学习平面几何!\n\n给定平面上的 $n$ 个点 $(x_1, y_1), (x_2, y_2), \\cdots, (x_n, y_n)$。\n\n根据题目要求,输出下列两个值其中一个:\n\n1. 任意两点间欧几里得距离最大值的平方,对于两个点 $(x_i, y_i)$ 和 $(x_j, y_j)$,欧几里得距离定义为 $\\sqrt{(x_i - x_j)^2 + (y_i - y_j)^2}$...",
"is_translate": false,
"language": "English"
}
]
}