@ -1,5 +1,10 @@
#include <iostream>
#include <vector>
struct Input {
vector<double> numbers;
size_t bin_count{};
};
using namespace std;
const size_t SCREEN_WIDTH = 80;