#include <iomanip>
cout << "Average: " << fixed << setprecision(1) << average << endl;
std::fixed << std::showpoint << std::setprecision(1)
std::showpoint