|
|
|
|
|
by herr_gurke
1339 days ago
|
|
Im not sure if really the simplest test would catch it. You would need to go over n primes and check them, but you might always finish too early. There is also a question of impact - i think that 19 does not really cause any harm there. |
|
I mean sure, but it's pretty simple to at least enumerate the primes < 100 and test those...