cs-lab03/histogram_internal.h

5 строки
99 B
C++

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