Skip to content

Commit a8d96f0

Browse files
authored
Update 3.java
1 parent e7eb11e commit a8d96f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

13/3.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import java.util.*;
22

3-
class Virus implements Comparable<Virus> {
3+
class Virus implements Comparable<Virus> {
44

55
private int index;
66
private int second;
@@ -101,4 +101,4 @@ public static void main(String[] args) {
101101

102102
System.out.println(graph[targetX - 1][targetY - 1]);
103103
}
104-
}
104+
}

0 commit comments

Comments
 (0)