cs-lab03/svg.h

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

#pragma once
#include <vector>
void
show_histogram_svg(std::vector<long long unsigned int>& bins, int BLOCK_WIDTH);