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 listFeb 16, 2026 01:20zielajzielajScore: 3,344Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 16, 2026 01:203,33020,877,2672,930,00002,441,216
2Feb 16, 2026 01:203,34419,914,5851,962,000981,0002,437,120
3Feb 16, 2026 01:203,75120,204,1492,201,0001,100,0002,428,928