#pragma once #include bool find_minmax(const std::vector& numbers, double& min, double& max); int color(int bin, int max_count);