Primorial numbers: Difference between revisions

Content deleted Content added
C++ solution rewritten to use primesieve library and mpz_primorial_ui function
Line 197: Line 197:
{{libheader|GMP}}
{{libheader|GMP}}
{{libheader|Primesieve}}
{{libheader|Primesieve}}
<lang cpp><lang cpp>
<lang cpp>
#include <gmpxx.h>
#include <gmpxx.h>
#include <primesieve.hpp>
#include <primesieve.hpp>