1 条题解

  • 1
    @ 2024-8-4 21:13:25

    #include<bits/stdc++.h> using namespace std; double a,b; int main(){ cin>>a>>b; cout<<fixed<<setprecision(9)<<a/b; return 0; }

    信息

    ID
    342
    时间
    1000ms
    内存
    128MiB
    难度
    9
    标签
    递交数
    7
    已通过
    6
    上传者