#pragma once #include <vector> void show_histogram_text(const vector<size_t>& bins, size_t bin_count);