using namespace std; int main(){ double a,b; scanf(“%lf%lf”,&a,&b); printf(“MEDIA = %.5lf”,(3.5a+7.5b)/11); return 0; }