#2079891
void CONCATENAR(int VEC, int V, int C){ int I; for(I=0;I<N;I++) C[I]=VEC[I]; for(;I<L;I++) C[I]=V[I-N];}