From 3f1eb634b37e51a00cd66c185817fd856e5d935e Mon Sep 17 00:00:00 2001 From: RyabovAS Date: Sun, 30 Jun 2024 18:37:34 +0300 Subject: [PATCH] =?UTF-8?q?code:=20=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D1=91?= =?UTF-8?q?=D0=BD=20=D0=BA=D0=BE=D0=B4=20=D0=BF=D1=80=D0=BE=D0=B3=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BC=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 90eaebe..c0d006d 100644 --- a/main.cpp +++ b/main.cpp @@ -2,6 +2,7 @@ #include #include #include "histogram.h" + using namespace std; struct Input { @@ -21,7 +22,12 @@ in >> cin.bin_count; return cin; } -int main(){ +int main(int argc, char* argv[]){ +// curl_global_init(CURL_GLOBAL_ALL); +if(argc>1){ + cout<