./…
using namespace std; int main() { string JOJO; double B,C;
cin>>JOJO>>B>>C; printf("TOTAL = R$ %.2lf",B+0.15*C); return 0;
}