Sum of prime numbers Andrey Tsvetkov

Compute the sum of all prime numbers in a stream of binary integers as fast as possible.

Input: 1 000 000 uint32 values in little-endian binary on STDIN (4 bytes each).

Output: The uint64 sum of all values that are prime, printed as a decimal string.

Back to listMay 18, 2024 19:35Ivan BessonovIvan BessonovScore: 17,452Success
Source Code

Source code access is restricted. Log in to request access.

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1May 18, 2024 19:3517,00336,645,91412,968,0001,995,0002,310,144
2May 18, 2024 19:3317,00932,155,00212,973,0001,995,0002,297,856
3May 18, 2024 19:3417,01533,338,52412,977,0001,996,0002,289,664
4May 18, 2024 19:3317,02029,080,15213,980,000998,0002,289,664
5May 18, 2024 19:3517,04141,159,82612,997,0001,999,0002,306,048
6May 18, 2024 19:3417,04544,119,88913,000,0002,000,0002,289,664
7May 18, 2024 19:3317,05638,284,10013,008,0002,001,0002,289,664
8May 18, 2024 19:3517,06833,703,07013,018,0002,002,0002,301,952
9May 18, 2024 19:3317,07030,367,85313,019,0002,003,0002,297,856
10May 18, 2024 19:3417,07642,074,78713,024,0002,003,0002,289,664
11May 18, 2024 19:3317,08046,646,83413,026,0002,004,0002,301,952
12May 18, 2024 19:3417,08329,824,17214,031,0001,002,0002,396,160
13May 18, 2024 19:3417,09034,721,44614,037,0001,002,0002,285,568
14May 18, 2024 19:3317,10836,443,10613,048,0002,007,0002,416,640
15May 18, 2024 19:3517,11032,161,02013,050,0002,007,0002,289,664
16May 18, 2024 19:3317,11931,470,73213,057,0002,008,0002,297,856
17May 18, 2024 19:3417,12840,507,39813,064,0002,009,0002,301,952
18May 18, 2024 19:3517,44682,951,08615,352,73702,285,568
19May 18, 2024 19:3417,45269,175,32015,358,00102,277,376
20May 18, 2024 19:3517,47791,072,67915,379,71802,289,664
21May 18, 2024 19:3517,52691,222,83315,422,86202,285,568
22May 18, 2024 19:3517,83529,610,82514,649,0001,046,0002,375,680
23May 18, 2024 19:3317,90645,127,07314,707,0001,050,0002,301,952
24May 18, 2024 19:3317,93683,160,01215,783,29202,293,760
25May 18, 2024 19:3318,00682,784,60115,845,64502,281,472
26May 18, 2024 19:3418,05736,321,30713,904,0001,986,0002,289,664
27May 18, 2024 19:3318,06642,759,49113,911,0001,987,0002,289,664
28May 18, 2024 19:3518,06848,618,03614,907,000993,0002,301,952
29May 18, 2024 19:3518,06838,068,52413,913,0001,987,0002,293,760
30May 18, 2024 19:3518,07739,201,59113,920,0001,988,0002,297,856
31May 18, 2024 19:3418,08448,555,40013,925,0001,989,0002,297,856
32May 18, 2024 19:3518,08646,188,39113,927,0001,989,0002,297,856
33May 18, 2024 19:3418,09345,651,96514,927,000995,0002,289,664
34May 18, 2024 19:3318,37779,519,00216,171,36702,293,760
35May 18, 2024 19:3418,38873,891,89716,181,18302,293,760
36May 18, 2024 19:3418,42996,521,52216,217,22802,285,568