[UVA][JAVA][BigNumber] 10083 - Division
Problem D: Division
Given t, a, b positive integers not bigger than 2147483647,
establish whether (t^a - 1)/(t^b -1) is an integer with less than
100 digits. Each line of input contains t, a, b. For each line of input
print the formula followed by its value, or followed...