|
|
@ -53,7 +53,7 @@ input_data(istream& in, bool prompt) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
int main() {
|
|
|
|
//curl_global_init(CURL_GLOBAL_ALL);
|
|
|
|
curl_global_init(CURL_GLOBAL_ALL);
|
|
|
|
auto in = input_data(cin, true); //input data
|
|
|
|
auto in = input_data(cin, true); //input data
|
|
|
|
auto bins = make_histogram(in.numbers, in.bin_count); //calculating bin size for the histogram
|
|
|
|
auto bins = make_histogram(in.numbers, in.bin_count); //calculating bin size for the histogram
|
|
|
|
show_histogram_svg(bins, in.interval_task); //histogram output in the format svg code
|
|
|
|
show_histogram_svg(bins, in.interval_task); //histogram output in the format svg code
|
|
|
|