@@ -84,6 +84,7 @@ public static void main(String[] args) throws IOException{
8484 StringTokenizer st = new StringTokenizer (f .readLine ());
8585<<<<<<< HEAD
8686<<<<<<< HEAD
87+ <<<<<<< HEAD
8788<<<<<<< HEAD
8889 Point a = new Point (Integer .parseInt (st .nextToken ()), Integer .parseInt (st .nextToken ()));
8990 Point b = new Point (Integer .parseInt (st .nextToken ()), Integer .parseInt (st .nextToken ()));
@@ -115,6 +116,8 @@ public static void main(String[] args) throws IOException{
115116=======
116117>>>>>>> parent of c6da410... Long Proofing
117118=======
119+ >>>>>>> parent of c6da410... Long Proofing
120+ =======
118121>>>>>>> parent of c6da410... Long Proofing
119122 a = new Point(Integer.parseInt(st.nextToken()),Integer.parseInt(st.nextToken()));
120123 b = new Point(Integer.parseInt(st.nextToken()),Integer.parseInt(st.nextToken()));
@@ -209,6 +212,9 @@ class Point implements Comparable<Point>{
209212 int index = -1 ;
210213<<<<<<< HEAD
211214<<<<<<< HEAD
215+ <<<<<<< HEAD
216+ >>>>>>> parent of c6da410 ... Long Proofing
217+ =======
212218>>>>>>> parent of c6da410 ... Long Proofing
213219=======
214220>>>>>>> parent of c6da410 ... Long Proofing
@@ -358,6 +364,7 @@ public double atX(double x) {
358364 }
359365<<<<<<< HEAD
360366<<<<<<< HEAD
367+ <<<<<<< HEAD
361368<<<<<<< HEAD
362369 public Point atX_ (double x ) {
363370 return new Point (x ,this .atX (x ));
@@ -366,6 +373,8 @@ public Point atX_(double x) {
366373=======
367374>>>>>>> parent of c6da410 ... Long Proofing
368375=======
376+ >>>>>>> parent of c6da410 ... Long Proofing
377+ =======
369378>>>>>>> parent of c6da410 ... Long Proofing
370379
371380 public Point atX_ (double x ) {
0 commit comments