#pragma once #include <vector> bool find_minmax(const std::vector<double>& numbers, double& min1, double& max1);