We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea1306d commit 0c935e1Copy full SHA for 0c935e1
src/class183/Code01_CentroidDecomposition1.java
@@ -29,9 +29,12 @@ public class Code01_CentroidDecomposition1 {
29
public static int centroid;
30
31
public static int[] curDis = new int[MAXN];
32
+ public static int cntc;
33
+
34
public static int[] allDis = new int[MAXN];
35
+ public static int cnta;
36
37
public static boolean[] check = new boolean[MAXV];
- public static int cntc, cnta;
38
39
public static boolean[] ans = new boolean[MAXM];
40
0 commit comments