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 listSep 29, 2021 17:03Anton KrylovAnton KrylovScore: 18,095,511Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Sep 29, 2021 17:0317,935,66615,842,842,04515,783,386,23502,215,936
2Sep 29, 2021 17:0318,095,51115,987,561,59315,924,049,82602,215,936
3Sep 29, 2021 17:0318,143,00616,023,807,72415,965,845,64202,220,032