Skip to content
This repository was archived by the owner on Feb 29, 2024. It is now read-only.

Commit 9fdf739

Browse files
raymoraymo
authored andcommitted
Update cowjump.java
1 parent 212ec15 commit 9fdf739

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

cowjump.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ public static void main(String[] args) throws IOException{
8383
for(int i = 0; i < N; i ++) {
8484
StringTokenizer st = new StringTokenizer(f.readLine());
8585
<<<<<<< HEAD
86+
<<<<<<< HEAD
8687
<<<<<<< HEAD
8788
Point a = new Point(Integer.parseInt(st.nextToken()), Integer.parseInt(st.nextToken()));
8889
Point b = new Point(Integer.parseInt(st.nextToken()), Integer.parseInt(st.nextToken()));
@@ -112,6 +113,8 @@ public static void main(String[] args) throws IOException{
112113
System.exit(0);
113114
=======
114115
=======
116+
>>>>>>> parent of c6da410... Long Proofing
117+
=======
115118
>>>>>>> parent of c6da410... Long Proofing
116119
a = new Point(Integer.parseInt(st.nextToken()),Integer.parseInt(st.nextToken()));
117120
b = new Point(Integer.parseInt(st.nextToken()),Integer.parseInt(st.nextToken()));
@@ -205,6 +208,9 @@ class Point implements Comparable<Point>{
205208
double x,y;
206209
int index = -1;
207210
<<<<<<< HEAD
211+
<<<<<<< HEAD
212+
>>>>>>> parent of c6da410... Long Proofing
213+
=======
208214
>>>>>>> parent of c6da410... Long Proofing
209215
=======
210216
>>>>>>> parent of c6da410... Long Proofing
@@ -351,12 +357,15 @@ public double atX(double x) {
351357
}
352358
}
353359
<<<<<<< HEAD
360+
<<<<<<< HEAD
354361
<<<<<<< HEAD
355362
public Point atX_(double x) {
356363
return new Point(x,this.atX(x));
357364
}
358365
=======
359366
=======
367+
>>>>>>> parent of c6da410... Long Proofing
368+
=======
360369
>>>>>>> parent of c6da410... Long Proofing
361370

362371
public Point atX_(double x) {

0 commit comments

Comments
 (0)