From 9a80d84a7af2305426711b5258d86d20e46deae7 Mon Sep 17 00:00:00 2001 From: KonovalovaAA Date: Mon, 22 May 2023 14:52:31 +0300 Subject: [PATCH] =?UTF-8?q?code:=20=D0=B8=D0=B3=D0=BD=D0=BE=D1=80=D0=B8?= =?UTF-8?q?=D1=80=D1=83=D0=B5=D0=BC=20curl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + 1.depend | 2 +- main.cpp | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f6f3fbd..347405a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /bin /obj /1.layout +/curl diff --git a/1.depend b/1.depend index 16ca02b..7c6872d 100644 --- a/1.depend +++ b/1.depend @@ -20,7 +20,7 @@ -1684753111 source:c:\users\79156\desktop\3\main.cpp +1684754787 source:c:\users\79156\desktop\3\main.cpp diff --git a/main.cpp b/main.cpp index be201f8..438844b 100644 --- a/main.cpp +++ b/main.cpp @@ -24,7 +24,6 @@ input_data(istream& tin, bool prompt) tin >> number_count; - vector numbers(number_count); Input in; in.numbers.resize(number_count);