static int syncLengthLevel2(Cl l) { int sum = 0; for (Collection c : cloneList(l)) sum += syncL(c); ret sum; }