From 1a2e62641aeeef231684516566572ba7450726fc Mon Sep 17 00:00:00 2001 From: StepanovaKY Date: Thu, 8 May 2025 15:10:52 +0300 Subject: [PATCH] =?UTF-8?q?=D1=81=D0=BE=D0=B7=D0=B4=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D0=B3=D0=B8=D1=81=D1=82=D0=BE=D0=B3=D1=80=D0=B0=D0=BC?= =?UTF-8?q?=D0=BC=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- marks.txt | 3 +++ svg.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 marks.txt diff --git a/marks.txt b/marks.txt new file mode 100644 index 0000000..2cdb9aa --- /dev/null +++ b/marks.txt @@ -0,0 +1,3 @@ +10 +3 3 4 4 4 4 4 5 5 5 +3 diff --git a/svg.h b/svg.h index a6e8ad4..94958f7 100644 --- a/svg.h +++ b/svg.h @@ -3,7 +3,7 @@ #include void -show_histogram_svg(const std::vector& bins, size_t number_count, size_t bin_count); +show_histogram_svg(const std::vector& bins); #endif // SVG_H_INCLUDED