cs-lab34/svg.h

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

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