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:00Mikhail ShirokovMikhail ShirokovScore: 2,077,232Success
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:002,068,3651,891,691,3331,820,161,37702,252,800
2Jul 24, 2023 23:002,077,2321,899,534,9761,827,964,13202,244,608
3Jul 24, 2023 23:002,087,6531,889,213,8221,837,134,33802,244,608