From d287cd3f7a19334dd14ce8e9dd53c4a5e69e0766 Mon Sep 17 00:00:00 2001 From: PodlovchenkoDD Date: Mon, 19 May 2025 16:17:13 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D1=81=D0=BF=D0=B5=D1=88=D0=BD=D0=B0?= =?UTF-8?q?=D1=8F=20=D1=83=D1=81=D1=82=D0=B0=D0=BD=D0=BE=D0=B2=D0=BA=D0=B0?= =?UTF-8?q?=20=D0=B4=D0=B8=D0=BD=D0=B0=D0=BC=D0=B8=D1=87=D0=B5=D1=81=D0=BA?= =?UTF-8?q?=D0=B8=D1=85=20=D0=B1=D0=B8=D0=B1=D0=BB=D0=B8=D0=BE=D1=82=D0=B5?= =?UTF-8?q?=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TWOPO.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TWOPO.cpp b/TWOPO.cpp index ec04ae2..db37f8c 100644 --- a/TWOPO.cpp +++ b/TWOPO.cpp @@ -4,6 +4,8 @@ #include "text.h" #include "histogram_internal.h" #include "svg.h" +#include + using namespace std; @@ -41,6 +43,8 @@ input_data(istream& inp,bool promt) { } int main() { + + curl_global_init(CURL_GLOBAL_ALL); setlocale(LC_ALL, "Russian"); auto in = input_data(cin,true);