Массив создается с неправильным количеством значенийpackage com.javarush.task.pro.task05.task0517;
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, 12};
public static void main(String[] args) {
int[] x = Array