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 15, 2024 17:21Bernard TeoBernard TeoError
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 15, 2024 17:2600000Error: expected "50798426890054 ", got "50798573774447"
2Feb 15, 2024 17:2142,193108,747,15137,130,06002,240,512
3Feb 15, 2024 17:2542,215101,741,64137,149,45902,236,416
4Feb 15, 2024 17:2142,215104,235,59437,149,01202,220,032
5Feb 15, 2024 17:2142,227104,787,41137,159,34002,228,224
6Feb 15, 2024 17:2542,24196,858,46537,171,91602,228,224
7Feb 15, 2024 17:2142,263113,640,29537,191,27902,236,416
8Feb 15, 2024 17:2142,281117,726,00037,207,00602,244,608
9Feb 15, 2024 17:2542,326100,910,58437,247,03502,232,320
10Feb 15, 2024 17:2142,335103,655,16137,255,20502,232,320
11Feb 15, 2024 17:2142,356106,728,42337,273,54702,232,320
12Feb 15, 2024 17:2642,35692,126,99537,273,26602,232,320
13Feb 15, 2024 17:2142,357123,629,66037,274,18202,232,320
14Feb 15, 2024 17:2142,366100,430,57837,281,92302,228,224
15Feb 15, 2024 17:2642,372106,948,13337,286,95102,236,416
16Feb 15, 2024 17:2542,38598,173,24537,298,85702,236,416
17Feb 15, 2024 17:2142,404101,302,28037,315,30402,224,128
18Feb 15, 2024 17:2542,441102,939,06637,348,35602,232,320
19Feb 15, 2024 17:2142,50192,943,14837,400,81102,224,128
20Feb 15, 2024 17:2542,504107,711,24437,403,18202,232,320
21Feb 15, 2024 17:2142,510101,686,69737,409,05102,220,032
22Feb 15, 2024 17:2642,510106,594,16837,408,96702,232,320
23Feb 15, 2024 17:2142,548100,648,17937,442,04802,232,320
24Feb 15, 2024 17:2142,551117,639,16637,445,12602,228,224
25Feb 15, 2024 17:2142,557101,478,86137,449,97302,240,512
26Feb 15, 2024 17:2542,585105,764,61737,474,81902,236,416
27Feb 15, 2024 17:2542,61892,938,22937,504,07702,232,320
28Feb 15, 2024 17:2542,662108,784,83237,542,54302,228,224