praticamente devo prima inserire un numero ad esempio : 45214;
dopodiche devo mettere ogni cifra in un vettore di numeri interi
ad esempio:
vet[0]=4;
vet[1]=5;
vet[2]=2;
vet[3]=1;
vet[4]=4;