#include char alphabet[] = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"; long long int pow(int x, int n){ int i; long long int sum = 1; for(i=0;i