Код: Выделить всё
#include
#include
#include
using namespace std;
vector sort(vector& v) {
vector copy = v;
sort(copy.begin(), copy.end());
return copy;
}
double jota(vector c,int i) {
for (int j = 0; j= c[j] && i
Подробнее здесь: [url]https://stackoverflow.com/questions/78399909/memory-issue-when-calculating-percentiles-in-c[/url]
Мобильная версия