Problem2509--求小数的某一位数字

2509: 求小数的某一位数字

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

分数a/b化为小数后,小数点后第n位的数字是多少?

Input

三个正整数a,b,n,相邻两个数之间用单个空格隔开。0

Output

一个数字。

Sample Input Copy

1 2 1

Sample Output Copy

5

Source/Category