#include #include #include #include // width in characters of histogram bars const int bar_width = 20; // the count of marks in each decile std::vector marks(10, 0);