diff --git a/main.cpp b/main.cpp index dfce5bc..fd8e664 100644 --- a/main.cpp +++ b/main.cpp @@ -1,7 +1,7 @@ #include #include #include "histogram.h" - +#include "text.h" using namespace std; struct Input { @@ -22,13 +22,6 @@ input_data(){ cin >> in.bin_count; return in; } -void show_histogram(vector bins,size_t bin_count){ - for(size_t i=0;i +using namespace std; +void show_histogram(vector bins,size_t bin_count){ + for(size_t i=0;i +void show_histogram(std::vector bins,size_t bin_count); + +#endif // TEXT_H_INCLUDED