public class Util { public static long[][] getArraysFromImport(String str){ long[][] arrays = new long[4][]; String[] split = str.split("\n"); if(split.length < 4) return null; for(int i=0; i