#include <iostream>
#include <vector>

void show_histogram(std::vector<size_t> bins);