cs-lab34/text.h

6 строки
104 B
C++

#pragma once
#include <vector>
void
show_histogram_text(std::vector<size_t>& bins, size_t &bin_count);