Prime numbers whose neighboring pairs are tetraprimes: Difference between revisions

Content added Content deleted
(New post.)
m (Added language identifier.)
Line 329: Line 329:


=={{header|C++}}==
=={{header|C++}}==
<syntaxhighlight lang="java">
<syntaxhighlight lang="c++">
#include <algorithm>
#include <algorithm>
#include <cstdint>
#include <cstdint>