master
Alice (TimoshenkoAA) 1 год назад
Родитель 1e90b625f6
Сommit b793c0dc88

@ -3,7 +3,7 @@
#include <iostream> #include <iostream>
using namespace std; using namespace std;
static void void
find_minmax(const vector<double>& numbers, double& min, double& max) { find_minmax(const vector<double>& numbers, double& min, double& max) {
min = numbers[0]; min = numbers[0];
max = numbers[0]; max = numbers[0];

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