int main(void) { double A,B,y; scanf(“%lf%lf”,&A,&B); y=A3.5/11+B7.5/11; printf(“%.5f”,y); return 0; }