#pragma once #include using namespace std; bool find_minmax(vector numbers, double& min, double& max);