for( int i = 0; i < 25; i++)a[i] = i;srand( time(NULL) );for( i = 0; i < 25; i++)swap( a[0], a[rand()%25] );