int main() { double A,B,C,y; scanf(“%lf%lf%lf”,&A,&B,&C); y=A2.0/10+B3.0/10+C*5.0/10; printf(“%f”,y); return 0; }