@@ -3,6 +3,6 @@
|
|||||||
#include <vector>
|
#include <vector>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
bool
|
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