cs-lab34/text.h

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

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