6 строки
122 B
C++
6 строки
122 B
C++
#pragma once
|
|
#include <vector>
|
|
|
|
std::vector<double>
|
|
make_histogram(const std::vector<double>& numbers, size_t bin_count);
|