3 solutions

  • 1
    @ 2025-7-3 15:25:27
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
        double a,b;
        cin>>a>>b;
        double n=a/b;
        cout<<fixed<<setprecision(9)<<n;
        return 0;
    }
    

    Information

    ID
    842
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    1
    Tags
    (None)
    # Submissions
    179
    Accepted
    83
    Uploaded By