Skip to content

Commit ad3b8a4

Browse files
authored
Update 2.java
1 parent 808bcfe commit ad3b8a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

9/2.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ public int compareTo(Node other) {
2828
}
2929
}
3030

31-
3231
public class Main {
3332

3433
public static final int INF = (int) 1e9; // 무한을 의미하는 값으로 10억을 설정
@@ -103,4 +102,4 @@ public static void main(String[] args) {
103102
}
104103
}
105104
}
106-
}
105+
}

0 commit comments

Comments
 (0)