1 solutions

  • 0
    @ 2023-9-30 13:45:41
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
         int a,b;
         cin>>a>>b;
         printf("%.9f",a*1.0/b*1.0);
         return 0;
    }
    
    • 1

    Information

    ID
    6719
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    6
    Tags
    (None)
    # Submissions
    407
    Accepted
    111
    Uploaded By