10 条题解

  • -4
    @ 2024-2-21 9:20:52

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

    信息

    ID
    72
    时间
    1000ms
    内存
    128MiB
    难度
    3
    标签
    (无)
    递交数
    1037
    已通过
    547
    上传者