#include #include using namespace std; const int MAX_PRIME{1000} const int PRIMES_SIZES{20}; const bool DEBUG{true}; int main() { }