static int lengthLevel2_intArrays(byte[][] l) { int sum = 0; for (int[] c : l) sum += l(c); ret sum; }