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);