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 21, 2026 13:19Johan SannemoJohan SannemoScore: 8,997Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 21, 2026 13:198,99220,608,9876,924,000989,0002,281,472
2Jan 21, 2026 13:198,99724,137,4015,938,0001,979,0002,281,472
3Jan 21, 2026 13:199,05525,211,0415,976,0001,992,0002,502,656