#include<bits/stdc++.h> using namespace std; int main(){ double n,m,a; cin>>n>>m; a=n-m*0.8; printf("%0.2lf",a); return 0; }
使用您的 Hydro 通用账户