cs-lab03/histogram_internal.h

3 строки
84 B
C

#include "Header.h"
void find_minmax(vector<double> vec, double& min, double& max);