We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fad74e8 commit f063687Copy full SHA for f063687
math/sieve_of_eratosthenes.cpp
@@ -56,7 +56,7 @@ void print(uint32_t N, const std::vector<bool> &is_prime) {
56
/**
57
* Test implementations
58
*/
59
-void tests() {
+static void tests() {
60
// 0 1 2 3 4 5 6 7 8
61
// 9 10
62
std::vector<bool> ans{false, false, true, true, false, true,
0 commit comments