1 条题解

  • 0
    @ 2024-2-2 21:58:59
    #include<bits/stdc++.h>
    using namespace std;
    
    int main()
    {
        double num;
      
        cin>>num;
        printf("%.12f",num);
        return 0;
    }
    
    • 1

    信息

    ID
    225
    时间
    1000ms
    内存
    128MiB
    难度
    5
    标签
    递交数
    37
    已通过
    17
    上传者