12
std::cout.precision(2); std::cout << std::fixed << price << std::endl;
std::cout << std::fixed << std::setprecision(2) << 0.5 << '\n';