loopMultiple(V)={ my(l=#V[1]); for(i=2,#V,l=min(l,#V[i])); for(i=1,#V[1], for(j=1,#V, print1(V[j][i]) ); print() ) };