User: nero1010

  • Public profile

User profile: nero1010

User info
User name:nero1010
History
Joined:
Number of posts:7
Latest posts:

Help with counting primes from 1 to n
still getting 16 btw

Help with counting primes from 1 to n
okay now my code is this but im still getting wrong output [code]bool isprime(unsigned long long n) ...

Help with counting primes from 1 to n
when I tried your method I got 16. [code]bool isprime(unsigned long long n) { if(n==1) ...

Help with counting primes from 1 to n
I tried both methods provided and not getting the correct output. It should return 4 if I was to ch...

Help with counting primes from 1 to n
the number of primes

This user does not accept Private Messages