#描述#
给出一些整数对,它们表示一些平面上的坐标点,给定一个点,求所有那些点到该点最短距离的点。结构为:第一个整数对为所给定的点,后面的整数对为所有其他的点。
#格式#
##输入格式##
##输出格式##
#样例1#
##样例输入1##
9 2
1 0
1 1
0 0
1 2
2 1
##样例输出1##
2 1
#限制#
1000ms
32768KB
#提示#
#来源#
By signing up a OPS universal account, you can submit code and join discussions in all online judging services provided by us.