first commit
Этот коммит содержится в:
2
main.cpp
2
main.cpp
@@ -15,7 +15,7 @@ Input input_data(istream& in, bool promt);
|
||||
int main()
|
||||
{
|
||||
|
||||
Input in = input_data(cin);
|
||||
Input in = input_data(cin,true);
|
||||
std::vector<size_t> bins = make_histogram(in.numbers, in.bin_count);
|
||||
show_histogram_svg(bins);
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user