build: Обновление файлов
Этот коммит содержится в:
@@ -3,7 +3,7 @@
|
|||||||
#include "histogram.h"
|
#include "histogram.h"
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
void
|
bool
|
||||||
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];
|
||||||
for (size_t i = 1; i < numbers.size(); i++) {
|
for (size_t i = 1; i < numbers.size(); i++) {
|
||||||
|
|||||||
@@ -2,5 +2,5 @@
|
|||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
void
|
bool
|
||||||
find_minmax(const std::vector<double>& numbers, double& min, double& max);
|
find_minmax(const std::vector<double>& numbers, double& min, double& max);
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user