|
|
вернуться в форумWA#2 - Answer Послано Deem 7 окт 2008 17:52 You probably get WA#2 because your "for" goes untill 15001. Like this: for (i = 7; i < 15001; i++). Actually amount of prime numbers when i == 15001 is nearly about 2500. You need to make a counter of prime numbers and generate primes while (count <= 15001). Then your programm will be AC! Re: WA#2 - Answer Послано mhg 30 июл 2014 14:54 hi,thanx man. |
|
|