From 07c73e533511dc1bc8974a0927d39e4eb123ac46 Mon Sep 17 00:00:00 2001 From: "PARZIVAL (BreganIM)" Date: Mon, 5 May 2025 20:04:52 +0300 Subject: [PATCH] =?UTF-8?q?code:=D0=94=D0=BB=D1=8F=20=D1=82=D0=B5=D1=81?= =?UTF-8?q?=D1=82=D0=B0=20=D0=BD=D0=B0=20=D0=BF=D1=83=D1=81=D1=82=D0=BE?= =?UTF-8?q?=D1=82=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- histogram_internal.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/histogram_internal.h b/histogram_internal.h index e4a86b8..24ec11e 100644 --- a/histogram_internal.h +++ b/histogram_internal.h @@ -1,6 +1,5 @@ + #pragma once #include -bool find_minmax(const std::vector& numbers, - double& min, - double& max); +bool find_minmax(const std::vector& numbers, double& min, double& max);