#pragma once
#include <vector>

bool find_minmax(const std::vector<double>& numbers,
    double& min,
    double& max);