#include <stdio.h>

r;f(n){for(;n--;)r=rand()%62,putchar(r+=r>9?r>35?61:55:48);}

int main(void) {
	
	f(10);
	
	return 0;
}
