We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- All Contests
- ProjectEuler+
- Project Euler #216: Investigating the primality of numbers of the form 2n² - 1
- Discussions
Project Euler #216: Investigating the primality of numbers of the form 2n² - 1
Project Euler #216: Investigating the primality of numbers of the form 2n² - 1
Sort by
recency
|
20 Discussions
|
Please Login in order to post a comment
normal solution
what is the meaning of number of queries in this question?
this is my code. I used sieve of eratosthenes to get possible primes till the Nth value. passed basic test cases but getting wrong answer in others can anyone share robust test cases or any other approach?
my three test case are running well but others are showing timeout error!! ????????????????????
can anyone pls help me in timeout error