I make the sum of two numbers 5 and 5, how to pass the result (10) as follows : vetor[0]=1
and vetor[1]=0
, ie separate result for each position of my vector, without the vetor[0]
receiving the full value that would be vetor[0]=10
.