cs-lab_34/svg.h

7 строки
89 B
C++

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