From 789608bb21a0a4f79be469c173e7d0b70f1052d5 Mon Sep 17 00:00:00 2001 From: artemzelenov Date: Mon, 22 May 2023 14:50:26 +0300 Subject: [PATCH] =?UTF-8?q?code:=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20curl=20=D0=B2=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/.gitignore | Bin 10 -> 40 bytes project/main.cpp | 2 -- 2 files changed, 2 deletions(-) diff --git a/project/.gitignore b/project/.gitignore index cd42ee34e873b4ddf17cdeeed2e6c0d4e094c62b..e17f2dc2cc0bfa42c9881f478115379d32791514 100644 GIT binary patch literal 40 lcmezWPoE))A(J7GftP`cL7yQX$jgGVlNm}GiWqXhJOH&=2KoR1 literal 10 RcmYew%+u$}Ps-Bg0ss-+0_Ok# diff --git a/project/main.cpp b/project/main.cpp index efafb70..602c108 100644 --- a/project/main.cpp +++ b/project/main.cpp @@ -25,9 +25,7 @@ input_data(istream& tin, bool prompt) tin >> in.numbers[i]; } if (prompt) - { cerr << "Enter bin count: "; - } tin >> in.bin_count; return in; }