diccionario de prueba

Upload: fuerzaroja25

Post on 20-Feb-2018

222 views

Category:

Documents


0 download

TRANSCRIPT

  • 7/24/2019 Diccionario de Prueba

    1/2

    #include #include

    int main(){freopen("diccionario.txt","w",stdout);int a,b,c,d,e,f,g,h,i,j,x=0;srand(time(0));while(x < 1000000){

    a = rand()%36;b = rand()%36;c = rand()%36;d = rand()%36;e = rand()%36;f = rand()%36;g = rand()%36;h = rand()%36;i = rand()%36;j = rand()%36;if(a >= 0 && a = 0 && b = 0 && c = 0 && d = 0 && e = 0 && f = 0 && g = 0 && h = 0 && i = 0 && j

  • 7/24/2019 Diccionario de Prueba

    2/2

    }fclose(stdout);return(0);

    }