From 68467cdceeaa40bc992c77ed7a9d83ad613f23d4 Mon Sep 17 00:00:00 2001 From: KnyazevSK Date: Mon, 22 May 2023 00:26:28 +0400 Subject: [PATCH] =?UTF-8?q?code:=201=D1=8B=D0=B9=20=D1=82=D0=B5=D1=81?= =?UTF-8?q?=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- histogram.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/histogram.cpp b/histogram.cpp index 5867495..52c06d3 100644 --- a/histogram.cpp +++ b/histogram.cpp @@ -3,7 +3,7 @@ #include using namespace std; -void find_minmax(const vector &numbers, double &min, double &max) +void find_minmax( vector numbers, double &min, double &max) { min = numbers[0]; max = numbers[0];