Значение строчки import java.util.Arrays;
public class Solution {
public static int[][] result = new int[2][];
public static int[] array = new int[]{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11};
public static int valueStart = 10;
public static int valueEnd = 13;
public static void main(String[] args)