From 3b0a14fa70a9d0383136471de1e02d1f58b6153f Mon Sep 17 00:00:00 2001 From: KulakovaAY Date: Thu, 29 May 2025 23:31:44 +0300 Subject: [PATCH] =?UTF-8?q?build:=20=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D0=B1=D0=B8=D0=B1=D0=BB=D0=B8=D0=BE=D1=82?= =?UTF-8?q?=D0=B5=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lab01.cbp | 9 +++++++++ main.cpp | 2 ++ 2 files changed, 11 insertions(+) diff --git a/lab01.cbp b/lab01.cbp index 5f11f48..6df8830 100644 --- a/lab01.cbp +++ b/lab01.cbp @@ -32,7 +32,16 @@ + + + + + + + + diff --git a/main.cpp b/main.cpp index bbd7544..197d1de 100644 --- a/main.cpp +++ b/main.cpp @@ -3,6 +3,7 @@ #include "histogram.h" #include "text.h" #include "svg.h" +#include using namespace std; @@ -42,6 +43,7 @@ input_data(istream& in, bool promt = true) int main() { + curl_global_init(CURL_GLOBAL_ALL); size_t max_count; auto in = input_data(cin); auto bins = make_histogram(in.numbers, in.bin_count);