6 条题解

  • 2
    @ 2025-6-12 18:29:52

    没人用printf吗?

    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
        double n;cin>>n;
        printf("%.12f",n);
        return 0;
    }
    

    信息

    ID
    4472
    时间
    1000ms
    内存
    128MiB
    难度
    1
    标签
    (无)
    递交数
    232
    已通过
    168
    上传者