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 listFeb 23, 2024 03:37Yuriy LyfenkoYuriy LyfenkoScore: 28,410Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 23, 2024 03:3728,15048,597,35923,740,0001,032,0002,265,088
2Feb 23, 2024 03:1028,15350,189,35223,743,0001,032,0002,527,232
3Feb 23, 2024 03:5828,25652,908,83122,876,0001,989,0002,265,088
4Feb 23, 2024 03:1028,28651,944,38123,897,000995,0002,527,232
5Feb 23, 2024 03:5828,28855,415,13423,898,000995,0002,527,232
6Feb 23, 2024 03:5828,29055,277,38423,900,000995,0002,383,872
7Feb 23, 2024 03:5828,29250,905,26124,897,00002,387,968
8Feb 23, 2024 03:1028,29354,135,36224,898,00002,396,160
9Feb 23, 2024 03:1028,29553,850,18024,900,00002,396,160
10Feb 23, 2024 03:5828,30250,725,61423,869,0001,037,0002,387,968
11Feb 23, 2024 03:1028,30651,159,04023,913,000996,0002,265,088
12Feb 23, 2024 03:1028,30750,320,19623,914,000996,0002,396,160
13Feb 23, 2024 03:1028,30756,686,68322,918,0001,992,0002,265,088
14Feb 23, 2024 03:3728,31949,754,81523,925,000996,0002,498,560
15Feb 23, 2024 03:3728,32255,621,87323,927,000996,0002,396,160
16Feb 23, 2024 03:5828,33853,840,85023,940,000997,0002,392,064
17Feb 23, 2024 03:5828,36356,516,90423,961,000998,0002,392,064
18Feb 23, 2024 03:1028,40552,660,51723,997,000999,0002,265,088
19Feb 23, 2024 03:3728,41051,302,86223,001,0002,000,0002,387,968
20Feb 23, 2024 03:5828,41652,179,43824,006,0001,000,0002,527,232
21Feb 23, 2024 03:3728,42850,928,46223,016,0002,001,0002,265,088
22Feb 23, 2024 03:3728,43555,713,32824,023,0001,000,0002,387,968
23Feb 23, 2024 03:3728,44050,634,80723,025,0002,002,0002,392,064
24Feb 23, 2024 03:3728,47350,029,53923,052,0002,004,0002,256,896
25Feb 23, 2024 03:5828,48050,904,48423,057,0002,005,0002,527,232
26Feb 23, 2024 03:1028,48652,626,22324,066,0001,002,0002,523,136
27Feb 23, 2024 03:3728,54449,067,37024,115,0001,004,0002,527,232
28Feb 23, 2024 03:5828,72292,004,51125,275,21802,236,416
29Feb 23, 2024 03:5828,81493,057,75325,356,13302,236,416
30Feb 23, 2024 03:1028,81795,704,24625,358,65802,232,320
31Feb 23, 2024 03:1028,82788,277,80125,367,34502,232,320
32Feb 23, 2024 03:3729,09582,462,78925,603,49202,240,512
33Feb 23, 2024 03:3729,09896,249,73725,606,04802,236,416
34Feb 23, 2024 03:5829,140103,530,85025,643,00602,232,320
35Feb 23, 2024 03:3729,14689,113,56625,648,69702,232,320
36Feb 23, 2024 03:1029,25484,029,16725,743,42302,232,320