From 2ee7f5f6a2a30b8750edfad90f30ed60b6d3a4e8 Mon Sep 17 00:00:00 2001 From: ChaginSA Date: Sun, 4 Jun 2023 15:46:55 +0000 Subject: [PATCH] revert 97b3a1d50e7006f6e6c1a877053a509b3b2fe809 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit revert build: динамическая библиотека --- main.cpp | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/main.cpp b/main.cpp index e0b121c..b531a44 100644 --- a/main.cpp +++ b/main.cpp @@ -1,10 +1,9 @@ #include #include + #include "histogram.h" #include "text.h" #include "svg.h" -#include - using namespace std; @@ -50,11 +49,8 @@ inp >> in.bin_count; int main() { -curl_global_init(CURL_GLOBAL_ALL); - - unsigned int n; -bool prompt=true; +bool prompt=false; auto in = input_data(cin, prompt); double min,max; auto bins = make_histogram(in.numbers, in.bin_count);