#include <iostream> #include <vector> #include <string> #include <math.h> using namespace std; void show_histogram_svg(const vector<size_t>& bins);