Skip to content

Commit 31401b0

Browse files
authored
Update Solution.java
1 parent ead1c3d commit 31401b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/g1701_1800/s1766_tree_of_coprimes/Solution.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import java.util.ArrayList;
77
import java.util.Arrays;
88

9+
@SuppressWarnings("java:S107")
910
public class Solution {
1011
private void dfs(
1112
int[] v2n,

0 commit comments

Comments
 (0)