Link of the problem is https://www.spoj.com/problems/PRIMES2 .
Which algorithm should be used to solve this problem? And how wheelSieve + segmentedSieve is implemented?
Thank you in advance.
# | User | Rating |
---|---|---|
1 | jiangly | 3898 |
2 | tourist | 3840 |
3 | orzdevinwang | 3706 |
4 | ksun48 | 3691 |
5 | jqdai0815 | 3682 |
6 | ecnerwala | 3525 |
7 | gamegame | 3477 |
8 | Benq | 3468 |
9 | Ormlis | 3381 |
10 | maroonrk | 3379 |
# | User | Contrib. |
---|---|---|
1 | cry | 167 |
2 | -is-this-fft- | 162 |
3 | Dominater069 | 160 |
4 | Um_nik | 158 |
4 | atcoder_official | 158 |
6 | Qingyu | 156 |
7 | djm03178 | 151 |
7 | adamant | 151 |
7 | luogu_official | 151 |
10 | awoo | 146 |
How to generate prime numbers up to 10^9 in 2.2 seconds?
Link of the problem is https://www.spoj.com/problems/PRIMES2 .
Which algorithm should be used to solve this problem? And how wheelSieve + segmentedSieve is implemented?
Thank you in advance.
Name |
---|