int main() { int a,b,c,d; double e,f,t; scanf(“%d%d%lf\n%d%d%lf”,&a,&b,&e,&c,&d,&f); t=be+df; printf(“VALOR A PAGAR: R$ %.2lf”,t); return 0; }