From 4809308b5adc00db0a69475c236899db062a8253 Mon Sep 17 00:00:00 2001 From: "Alexander (AntonovichAN)" Date: Sat, 5 Oct 2024 15:23:32 +0300 Subject: [PATCH] =?UTF-8?q?code:=20=D0=BF=D1=83=D0=BD=D0=BA=D1=82=203.2=20?= =?UTF-8?q?=D1=80=D0=B0=D0=B7=D0=B4=D0=B5=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20?= =?UTF-8?q?=D0=BF=D1=80=D0=BE=D0=B3=D1=80=D0=B0=D0=BC=D0=BC=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- histogram.cpp | 2 +- lab01.cbp | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/histogram.cpp b/histogram.cpp index 344f24d..e4be4b7 100644 --- a/histogram.cpp +++ b/histogram.cpp @@ -4,7 +4,7 @@ using namespace std; -void find_minmax(const vector &numbers, double &min, double &max){ +void static find_minmax(const vector &numbers, double &min, double &max){ min = numbers[0]; max = numbers[0]; for (double x : numbers) { diff --git a/lab01.cbp b/lab01.cbp index 5f11f48..89f0c56 100644 --- a/lab01.cbp +++ b/lab01.cbp @@ -32,7 +32,11 @@ + + + +