Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
8324 季洁 求小数的某一位 C++ 解答错误 0 0 MS 260 KB 180 2020-10-31 19:27:11

Tests(0/3):


#include<bits/stdc++.h> using namespace std; int main(){ long double a,b,n,p; long double sum; cin>>a>>b>>n; sum=a/b; p=sum*(int)pow(10,n); cout<<p; return 0; }


测评信息: