PAT-1010. Radix (25)(二)
ch(a[0], low, high, n2);
break;
}
if(-1 != radix){
printf("%ld\n", (long)radix);
}
else {
printf("Impossible");
}
return 0;
}