@@ -3,6 +3,6 @@
|
||||
#include <vector>
|
||||
#include <iostream>
|
||||
bool
|
||||
find_minmax(const std::vector<double> numbers, double& min, double& max);
|
||||
find_minmax(const std::vector<double>& numbers, double& min, double& max);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Ссылка в новой задаче
Block a user