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