cs-lab34/project/percent.h

11 строки
196 B
C++

#ifndef PERCENT_H_INCLUDED
#define PERCENT_H_INCLUDED
#include <vector>
using namespace std;
void
percent(const vector<size_t>& bins, vector<size_t>&bins_percent);
#endif // PERCENT_H_INCLUDED