#pragma once #include <cstdlib> #include <climits> const int SIZE{RAND_MAX>>2}; const int ITERATIONS{1'000'000};