1 条题解

  • 1
    @ 2024-12-7 18:56:58

    #include<bits/stdc++.h>

    using namespace std;

    int main()

    {

    double x;
    cin >> x;
    printf("%.12lf\n",x);
    return 0;
    

    }

    • 1

    信息

    ID
    224
    时间
    1000ms
    内存
    128MiB
    难度
    2
    标签
    递交数
    30
    已通过
    22
    上传者