cs-lab34a/text.h

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

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