#pragma once #include void find_minmax(const std::vector& numbers, double& min, double& max, bool& res);