From c364184a0c997d378a9af0993a4f3926b9483754 Mon Sep 17 00:00:00 2001 From: BobrovnikYA Date: Fri, 2 May 2025 10:25:29 +0300 Subject: [PATCH] =?UTF-8?q?code:=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B2=D1=8B=D0=B2=D0=BE=D0=B4=D0=B0?= =?UTF-8?q?=20=D0=B3=D0=B8=D1=81=D1=82=D1=80=D0=BE=D0=B3=D1=80=D0=B0=D0=BC?= =?UTF-8?q?=D0=BC=D1=8B=20=D0=B2=20SVG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- histogram.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/histogram.cpp b/histogram.cpp index 951bc34..6b55eef 100644 --- a/histogram.cpp +++ b/histogram.cpp @@ -2,7 +2,7 @@ #include #include using namespace std; -//ihhkhhftfttuyyuiyyiuyu + void show_histogram_text(const vector & bins,size_t bin_count, size_t max_count) { const size_t SCREEN_WIDTH = 80;