#include<bits/stdc++.h> using namespace std; int main(){ double a,b; cin>>a>>b; a=(a*3.5+b*7.5)/11; printf("MEDIA = %.5lf",a); return 0; }
xsb
xsb