Alice (AntonovDA) 1 год назад
Родитель f7f0c59fc3
Сommit d56e49c0fd

@ -9,6 +9,10 @@ using namespace std;
int main()
{
cout << "Enter A and B: ";
int a, b;
cin >> a >> b;
size_t number_count, bin_count;
cerr << "Enter number count: ";
@ -65,7 +69,7 @@ int main()
}
}
if (!found )
if (!found)
{
bins[bin_count - 1]++;
count[bin_count - 1]++;
@ -107,3 +111,4 @@ int main()
}
return 0;
}
Загрузка…
Отмена
Сохранить