From 61b9f1e79d139d1ad5ba88dcf23dc96d0ce1c7f2 Mon Sep 17 00:00:00 2001 From: "PARZIVAL (BreganIM)" Date: Thu, 1 May 2025 21:40:49 +0300 Subject: [PATCH] =?UTF-8?q?code:=D0=A3=D0=BF=D1=80=D0=BE=D1=89=D0=B5=D0=BD?= =?UTF-8?q?=D0=B0=20=D1=87=D0=B8=D1=82=D0=B0=D0=B5=D0=BC=D0=BE=D1=81=D1=82?= =?UTF-8?q?=D1=8C=20histogram.h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- histogram.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/histogram.h b/histogram.h index a86c9a3..07979b8 100644 --- a/histogram.h +++ b/histogram.h @@ -1,5 +1,4 @@ #pragma once #include -std::vector -make_histogram(const std::vector& numbers, size_t bin_count); +std::vector make_histogram(const std::vector& numbers, size_t bin_count);