|
|
@ -33,7 +33,7 @@ int main() {
|
|
|
|
// curl_global_init(CURL_GLOBAL_ALL);
|
|
|
|
// curl_global_init(CURL_GLOBAL_ALL);
|
|
|
|
auto in = input_data(cin, true);
|
|
|
|
auto in = input_data(cin, true);
|
|
|
|
auto bins = make_histogram(in.numbers, in.bin_count);
|
|
|
|
auto bins = make_histogram(in.numbers, in.bin_count);
|
|
|
|
show_histogram_text(bins, in.bin_count);
|
|
|
|
//show_histogram_text(bins, in.bin_count);
|
|
|
|
//show_histogram_svg(bins);
|
|
|
|
show_histogram_svg(bins);
|
|
|
|
return 0;
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|