1 solutions

  • 0
    @ 2025-12-10 21:23:42
    #include<bits/stdc++.h>
    using namespace std;
    int main() {
    	double a,m,n=0;
    	cin >> a>>n;
    	cout<<fixed<<setprecision(2)<<(a-n*0.8)<<endl;
    
    
    }
    
    
    
    • 1

    Information

    ID
    614
    Time
    1000ms
    Memory
    64MiB
    Difficulty
    10
    Tags
    # Submissions
    5
    Accepted
    5
    Uploaded By