cs-lab34/text.h

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

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