5 条题解

  • 1
    @ 2023-6-2 13:38:38

    #include<bits/stdc++.h>

    using namespace std;

    int main() { double a,b; cin>>a>>b; printf("%.9lf",1.0*a/b); return 0;

    }

    信息

    ID
    568
    时间
    1000ms
    内存
    256MiB
    难度
    6
    标签
    递交数
    503
    已通过
    163
    上传者