Skip to content
Prev Previous commit
Next Next commit
Fixed warning
  • Loading branch information
javadev committed Jun 10, 2025
commit 4f37b26913b81e3f1cc060daabc1290a914a42b7
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import java.util.Arrays;
import java.util.List;

@SuppressWarnings("unchecked")
public class Solution {
public long maxGCDScore(int[] nums, int k) {
int mx = 0;
Expand Down