#ifndef histogram #define histogram #include <vector> std::vector<int> make_histogram(const std::vector<double>& mas, size_t bin_count); #endif //histogram