#B2073. 求小数的某一位
求小数的某一位
题目描述
分数 化为小数后,小数点后第 位的数字是多少?
输入格式
三个正整数 ,,,相邻两个数之间用单个空格隔开。,。
输出格式
一个数字。
1 2 1
5
分数 ba 化为小数后,小数点后第 n 位的数字是多少?
三个正整数 a,b,n,相邻两个数之间用单个空格隔开。0<a≤b≤100,1≤n≤10000。
一个数字。
1 2 1
5
By signing up a HFOJ universal account, you can submit code and join discussions in all online judging services provided by us.