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 listJan 20, 2026 16:08Johan SannemoJohan SannemoScore: 8,767Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 20, 2026 16:088,69529,344,3206,559,0001,093,0002,506,752
2Jan 20, 2026 16:088,76730,169,8836,613,0001,102,0002,392,064
3Jan 20, 2026 16:088,79823,545,9785,530,0002,212,0002,502,656