From 40657991d535f557e72fc378a401de61b217b3ac Mon Sep 17 00:00:00 2001 From: ChirkaAR Date: Mon, 21 Apr 2025 22:50:33 +0300 Subject: [PATCH] =?UTF-8?q?code:=20=D0=BD=D0=B0=D1=87=D0=B0=D0=BB=D1=8C?= =?UTF-8?q?=D0=BD=D1=8B=D0=B9=20=D0=BA=D0=BE=D0=B4=20=D0=B1=D0=B5=D0=B7=20?= =?UTF-8?q?=D0=B7=D0=B0=D1=89=D0=B8=D1=82=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cpp | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/main.cpp b/main.cpp index 690fe11..e9f4b54 100644 --- a/main.cpp +++ b/main.cpp @@ -87,23 +87,6 @@ int main() } } - - for (int row = 0; row < max_count; row++) { - for (int i = 0; i < bin_count; i++) { - if (bins[i] >= row + 1) { - cout << "*"; - } - else { - cout << " "; - } - } - cout << endl; - } - return 0; - - - - /* if (max_count <= 76) { for (size_t i = 0; i < bin_count; i++) @@ -133,5 +116,5 @@ int main() } } return 0; - */ + }