cs-lab34.2/text.h

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

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