6 5 2 0 5 2 0 3 3 2 3 4 1 5
3 The figure below illustrates this case with the horizontal $x$\-axis and the vertical $y$\-axis.  For example, after performing four moves following the arrows in the figure, you can include all points inside or on the circumference of the square shown in the figure with a side length of $3$, and this can be shown to be the minimum value.
4 400000000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000
0 All points already exist at the same coordinates from the beginning. For example, by performing zero operations, all points can be made to exist at the same coordinates, so the answer for this input is $0$.
10 998244353 489733278 189351894 861289363 30208889 450668761 133103889 306319121 739571083 409648209 922270934 930832199 304946211 358683490 923133355 369972904 539399938 915030547 735320146 386219602 277971612
484373824
{
"problem": {
"name": "Minimize Bounding Square",
"description": {
"content": "There are $N$ points labeled $1, 2, \\dots, N$ on the $xy$\\-plane. Point $i$ is located at coordinates $(X_i, Y_i)$. You can perform the following operation between $0$ and $K$ times, inclusive. * ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 3000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc330_f"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There are $N$ points labeled $1, 2, \\dots, N$ on the $xy$\\-plane. Point $i$ is located at coordinates $(X_i, Y_i)$. \nYou can perform the following operation between $0$ and $K$ times, inclusive.\n\n* ...",
"is_translate": false,
"language": "English"
}
]
}