From 5cb547497ec3f6d8728e8d927969cc2b16b6fa6f Mon Sep 17 00:00:00 2001 From: BobrovnikYA Date: Fri, 2 May 2025 10:22:09 +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=BD=D1=8B=20=D0=BC=D0=BE=D0=B4=D0=B5=D0=BB=D1=8C?= =?UTF-8?q?=D0=BD=D1=8B=D0=B5=20=D1=82=D0=B5=D1=81=D1=82=D1=8B?= 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 1430e4b..951bc34 100644 --- a/histogram.cpp +++ b/histogram.cpp @@ -2,7 +2,7 @@ #include #include using namespace std; -//ihhkhh +//ihhkhhftfttuyyuiyyiuyu void show_histogram_text(const vector & bins,size_t bin_count, size_t max_count) { const size_t SCREEN_WIDTH = 80;