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