Skip to content

Commit 4f37b26

Browse files
committed
Fixed warning
1 parent 87a36ef commit 4f37b26

File tree

1 file changed

+1
-0
lines changed
  • src/main/java/g3501_3600/s3574_maximize_subarray_gcd_score

1 file changed

+1
-0
lines changed

src/main/java/g3501_3600/s3574_maximize_subarray_gcd_score/Solution.java

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

10+
@SuppressWarnings("unchecked")
1011
public class Solution {
1112
public long maxGCDScore(int[] nums, int k) {
1213
int mx = 0;

0 commit comments

Comments
 (0)