From fefbb74768e0b4a1c328a32e8f623a7b272ecf21 Mon Sep 17 00:00:00 2001 From: "PARZIVAL (BreganIM)" Date: Mon, 14 Apr 2025 02:02:03 +0300 Subject: [PATCH] =?UTF-8?q?code:=20=D0=A3=D0=B1=D1=80=D0=B0=D0=BD=D0=B0=20?= =?UTF-8?q?=D0=BB=D0=B8=D1=88=D0=BD=D1=8F=D1=8F=20const=20=D1=82=D0=B0?= =?UTF-8?q?=D0=BA=D0=B6=D0=B5=20=D0=B8=D0=B7=20=D1=84=D1=83=D0=BD=D0=BA?= =?UTF-8?q?=D1=86=D0=B8=D0=B8=20show?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- laba01upd3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laba01upd3.cpp b/laba01upd3.cpp index 01f5b51..c08fd3a 100644 --- a/laba01upd3.cpp +++ b/laba01upd3.cpp @@ -64,7 +64,7 @@ vector make_histogram(const vector& numbers, size_t bin_count) { return bins; } -void show_histogram_text(const vector& bins, size_t screen_width = SCREEN_WIDTH) { +void show_histogram_text(const vector& bins) { size_t max_count = bins[0]; for (size_t count : bins) {