code:сохранение изменений

main
RybakovaSA 3 месяцев назад
Родитель 35dce5bd51
Сommit 6ae5158025

@ -2,7 +2,7 @@
#include <iostream> #include <iostream>
#include "histogram.h" #include "histogram.h"
#include "text.h" #include "text.h"
#include "svg.h"
using namespace std; using namespace std;
struct Input { struct Input {
@ -32,7 +32,7 @@ Input input_data() {
int main() { int main() {
auto in = input_data(); auto in = input_data();
auto bins = make_histogram(in.numbers, in.bin_count); auto bins = make_histogram(in.numbers, in.bin_count);
show_histogram_text(bins); show_histogram_svg(bins);
return 0; return 0;
} }

Загрузка…
Отмена
Сохранить