From b6d0cfc3e54abff5ce98e907b22bb87185f9b5f9 Mon Sep 17 00:00:00 2001 From: "Dima (AntonovDA)" Date: Wed, 8 May 2024 15:22:58 +0300 Subject: [PATCH] =?UTF-8?q?code:=20=D0=BA=D0=BE=D0=BC=D0=BF=D0=B8=D0=BB?= =?UTF-8?q?=D0=B8=D1=80=D1=83=D0=B5=D1=82=D1=81=D1=8F=20=D1=81=20lcurl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- l03.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/l03.cpp b/l03.cpp index 14d9caa..cdd9615 100644 --- a/l03.cpp +++ b/l03.cpp @@ -3,7 +3,9 @@ #include "histogram.h" #include "svg.h" #include "text.h" -//#include "mycheck.h" +#include + + using namespace std; @@ -60,7 +62,8 @@ input_data(istream& in, bool promt) int main() { - + curl_global_init(CURL_GLOBAL_ALL); + auto input = input_data(cin, true); auto bins = make_histogram( input.numbers, input.bin_count ); //int chek_block_width(in.IMAGE_WIDTH);