#include <stdio.h>

void Valor_Distinto (int Valor, *Valores) {
    int i = 0, valor = 0 ;
    while ( valorVetor != NULL ) {
        valorVetor = Valores[i];

        if(ValorVetor == Valor)
            return;

        i++;
    }

    if(Valores[i] != NULL){
        Valores[i] = Valor;
    }
}

int main(void) {
	// your code goes here
	return 0;
}
