code: 1ый тест
Этот коммит содержится в:
@@ -3,7 +3,7 @@
|
|||||||
#include <vector>
|
#include <vector>
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
void find_minmax(const vector<double> &numbers, double &min, double &max)
|
void find_minmax( vector<double> numbers, double &min, double &max)
|
||||||
{
|
{
|
||||||
min = numbers[0];
|
min = numbers[0];
|
||||||
max = numbers[0];
|
max = numbers[0];
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user