Skip to content

Commit 0c935e1

Browse files
committed
modify code
1 parent ea1306d commit 0c935e1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/class183/Code01_CentroidDecomposition1.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,12 @@ public class Code01_CentroidDecomposition1 {
2929
public static int centroid;
3030

3131
public static int[] curDis = new int[MAXN];
32+
public static int cntc;
33+
3234
public static int[] allDis = new int[MAXN];
35+
public static int cnta;
36+
3337
public static boolean[] check = new boolean[MAXV];
34-
public static int cntc, cnta;
3538

3639
public static boolean[] ans = new boolean[MAXM];
3740

0 commit comments

Comments
 (0)