Skip to content

Commit 035c78f

Browse files
committed
Fixed compile
1 parent b1b9dd1 commit 035c78f

File tree

1 file changed

+2
-0
lines changed
  • src/main/java/g3501_3600/s3525_find_x_value_of_array_ii

1 file changed

+2
-0
lines changed

src/main/java/g3501_3600/s3525_find_x_value_of_array_ii/Solution.java

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
// #Hard #Array #Math #Segment_Tree #2025_04_22_Time_202_ms_(67.11%)_Space_90.39_MB_(46.98%)
44

5+
import java.util.Arrays;
6+
57
public class Solution {
68
private int n;
79
private int k;

0 commit comments

Comments
 (0)