I need to copy an array to another, then change copied array without affecting the original one. I tried:
memcpy(statesVactor,denominatorFactors,n *sizeof(int))