张世豪
3 天以前 dc0fb19555dc01bf873361c9cb6fc22fbfc9671d
src/lujing/AoxinglujingNoObstacle.java
@@ -40,7 +40,7 @@
     * 坐标点类
     */
    public static class Point {
        double x, y;
        public double x, y;
        public Point(double x, double y) {
            this.x = x;