Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
53476 zhanghongyi 保留12位小数的浮点数 C++ 解答错误 1 MS 244 KB 156 2024-10-22 17:45:41

Tests(0/1):


#include<iostream> #include<iomanip> using namespace std; int main() { double n; cin>>n; cout<<fixed<<setprecision(13)<<n<<endl; return 0; }


测评信息: