C++ 代码
using namespace std;
int main() { double a,b; cin>>a>>b; cout<<”MEDIA = “<<fixed<<setprecision(5)<<(a3.5+b7.5)/11; }