fix comments
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#include <vector>
|
||||
|
||||
// находит все простые числа от 0 до n
|
||||
// Решето Эратосфена
|
||||
namespace alg
|
||||
{
|
||||
inline std::vector<int> find_primes(int n)
|
||||
|
||||
Reference in New Issue
Block a user