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 20, 2024 03:29Huy Duc LeHuy Duc LeScore: 30,177Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 20, 2024 03:2229,35964,651,30425,836,23802,220,032
2Feb 20, 2024 03:2929,452101,165,84525,917,68402,220,032
3Feb 20, 2024 03:2929,50494,876,85025,963,46602,215,936
4Feb 20, 2024 06:5529,54593,519,34425,999,78202,228,224
5Feb 20, 2024 06:5529,54994,552,04226,003,19102,211,840
6Feb 20, 2024 03:2229,58690,448,49526,035,89602,207,744
7Feb 20, 2024 03:2929,61689,968,08826,061,76902,211,840
8Feb 20, 2024 03:2229,62493,067,03826,069,07202,211,840
9Feb 20, 2024 06:5529,70583,010,32826,140,19202,207,744
10Feb 20, 2024 03:2230,09750,477,48325,467,0001,018,0002,289,664
11Feb 20, 2024 03:2230,16053,780,38725,521,0001,020,0002,289,664
12Feb 20, 2024 03:2230,16152,358,81525,522,0001,020,0002,289,664
13Feb 20, 2024 03:2930,16748,627,79025,526,0001,021,0002,289,664
14Feb 20, 2024 03:2930,17754,011,57026,556,00002,289,664
15Feb 20, 2024 03:2230,22051,149,83825,572,0001,022,0002,486,272
16Feb 20, 2024 03:2930,25150,363,51425,598,0001,023,0002,289,664
17Feb 20, 2024 03:2930,25158,788,54326,621,00002,289,664
18Feb 20, 2024 03:2230,25648,924,47325,601,0001,024,0002,498,560
19Feb 20, 2024 03:2930,26752,253,00125,611,0001,024,0002,494,464
20Feb 20, 2024 03:2230,28955,524,57325,629,0001,025,0002,486,272
21Feb 20, 2024 03:2230,29049,111,33725,630,0001,025,0002,490,368
22Feb 20, 2024 03:2230,30755,384,83525,645,0001,025,0002,289,664
23Feb 20, 2024 03:2930,34457,395,35826,703,00002,289,664
24Feb 20, 2024 03:2230,54755,098,46324,890,0001,991,0002,498,560
25Feb 20, 2024 03:2930,54854,123,76026,882,00002,494,464
26Feb 20, 2024 03:2930,55053,667,09825,889,000995,0002,289,664
27Feb 20, 2024 03:2930,57359,755,48025,908,000996,0002,498,560