Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
78013 sh25_zhangjiajia 求小数的某一位 C++ 编译错误 0 MS 0 KB 204 2025-12-26 15:16:06

Tests(0/0):


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


测评信息: