using namespace std; int main(){ double a,b; cin>>a>>b; cout<<fixed<<setprecision(5)<<”MEDIA = “<<(a3.50000+b7.50000)/11.00000; return 0; }