From ad22b7291eff422b26f65e19f30f889c6299286b Mon Sep 17 00:00:00 2001 From: "lab01 (IvanovIM)" Date: Mon, 25 Mar 2024 23:15:49 +0300 Subject: [PATCH] =?UTF-8?q?code:=20=D0=A3=D1=81=D1=82=D0=B0=D0=BD=D0=BE?= =?UTF-8?q?=D0=B2=D0=BA=D0=B0=20=D0=B4=D0=B8=D0=BD=D0=B0=D0=BC=D0=B8=D1=87?= =?UTF-8?q?=D0=B5=D1=81=D0=BA=D0=B8=D1=85=20=D0=B1=D0=B8=D0=B1=D0=BB=D0=B8?= =?UTF-8?q?=D0=BE=D1=82=D0=B5=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index e8f1251..a66ed0b 100644 --- a/main.cpp +++ b/main.cpp @@ -51,7 +51,7 @@ main(){ auto in = input_data(cin); auto bins = make_histogram(in.numbers, in.bin_count); - show_histogram_svg(bins, in.number_count, in.bin_count); + show_histogram_text(bins, in.number_count, in.bin_count); return 0; }