#6077. 【例29.3】 求小数的某一位
【例29.3】 求小数的某一位
Description
分数化为小数后,小数点后第位的数字是多少?
Input Format
三个正整数,,,相邻两个数之间用单个空格隔开。,。
Output Format
一个数字。
1 2 1
5
分数ba化为小数后,小数点后第n位的数字是多少?
三个正整数a,b,n,相邻两个数之间用单个空格隔开。0<a<b<100,1≤n≤10000。
一个数字。
1 2 1
5
By signing up a 津桥OJ universal account, you can submit code and join discussions in all online judging services provided by us.