7 条题解

  • -1
    @ 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
    难度
    4
    标签
    (无)
    递交数
    699
    已通过
    326
    上传者