#ifndef svg
#define svg
#include <vector>
void pers(int bin, int sum, int& x);
void show_histogram_svg(const std::vector <int>& bins);
#endif //svg