cs-lab34/text.h

4 строки
90 B
C++

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