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;