ym9 2025-10-02 15:03:21 3

//endl,double,char //cout<<fixed<<setprecision(2)<<a;c #include <bits/stdc++.h> using namespace std;

int main(){ int n,m; cin>>n>>m; double sum=n-m*0.8; cout<<fixed<<setprecision(2)<<sum; return 0; }

{{ vote && vote.total.up }}