#ifndef text
#define text
#include <vector>

void show_histogram_text(std::vector<int>& ch);

#endif //text