4 строки
102 B
C++
4 строки
102 B
C++
#include <vector>
|
|
|
|
std::vector<size_t> make_histogram(std::vector<double> numbers, size_t bin_count);
|