填空题

输入10个点的坐标(设坐标为整数值),输出距原点最远的点(设唯一)的坐标及该点距原点的距离。请填空。

【参考答案】

(1)sqrt(point[k].x*point[k].x+point[k].y*point[k].y);(2)poin......

(↓↓↓ 点击下方‘点击查看答案’看完整答案 ↓↓↓)