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