From 386890ee9ff1d53741fec9e51e5067142c2e8a24 Mon Sep 17 00:00:00 2001 From: Artem Date: Mon, 8 Apr 2024 14:50:10 +0300 Subject: [PATCH] =?UTF-8?q?code:=20=D1=83=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD?= =?UTF-8?q?=D1=8B=20=D0=BD=D0=B5=D0=BD=D1=83=D0=B6=D0=BD=D1=8B=D0=B5=20?= =?UTF-8?q?=D0=BA=D0=BE=D0=BC=D0=BC=D0=B5=D0=BD=D1=82=D0=B0=D1=80=D0=B8?= =?UTF-8?q?=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/main.cpp b/main.cpp index 2649457..b77c082 100644 --- a/main.cpp +++ b/main.cpp @@ -38,15 +38,6 @@ int main() } } - /* - - for (size_t i = 0; i < number_count; i++) { - - } - - - */ - vector bins(bin_count); double bin_size = (max - min) / bin_count;