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 listJul 24, 2023 23:03Mikhail ShirokovMikhail ShirokovScore: 2,077,769Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 24, 2023 23:032,072,8121,891,055,1931,824,074,44202,248,704
2Jul 24, 2023 23:032,077,7691,881,002,8021,828,436,28802,248,704
3Jul 24, 2023 23:032,083,2841,890,825,3781,833,289,98102,260,992