What is the nth digit after the decimal point when the fraction a/b is expressed as a decimal?
Input three positive integers: a(0 <= a <= 100),b(0 < b <= 100),n(1 <= n <= 10000).
Input one positive integers.
1 2 1
5