cs-lab34/histogram_internal.hpp

4 строки
93 B
C++

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