diff --git a/Task06:综合练习.md b/Task06:综合练习.md index 6b5ff30..8349ac6 100644 --- a/Task06:综合练习.md +++ b/Task06:综合练习.md @@ -285,7 +285,7 @@ uid是用户id;action的值为:“show”, “answer”, “skip”; ``` 此外,请考虑实现各部门前N高工资的员工功能。 -# 练习十:平面上最近距离 (难度: 困难) +# 练习十:平面上最近距离 (难度: 困难) **point_2d**表包含一个平面内一些点(超过两个)的坐标值(x,y)。