1 solutions

  • 1
    @ 2023-11-11 9:45:07

    🚀️

    #include<bits/stdc++.h>
    using namespace std;
    double n,m;
    int main(){
        cin>>n>>m;
        m=m*0.8;
        printf("%.2lf",n-m);
        return 0;
    }
    
    • 1

    Information

    ID
    236
    Time
    1000ms
    Memory
    64MiB
    Difficulty
    6
    Tags
    # Submissions
    18
    Accepted
    12
    Uploaded By