Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
77988 sh25_zhangjiajia 求小数的某一位 C++ 解答错误 0 MS 252 KB 174 2025-12-26 15:11:58

Tests(0/1):


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


测评信息: