17 条题解

  • -7
    @ 2022-11-17 17:40:38

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

    信息

    ID
    18
    时间
    1000ms
    内存
    256MiB
    难度
    6
    标签
    递交数
    770
    已通过
    235
    上传者