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 17, 2026 02:34zielajzielajScore: 3,402Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 17, 2026 02:343,38218,301,7331,984,000992,0002,351,104
2Jan 17, 2026 02:343,40223,709,4531,996,000998,0002,347,008
3Jan 17, 2026 02:343,41020,459,8582,001,0001,000,0002,351,104