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 10, 2026 13:54zielajzielajScore: 3,468Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 10, 2026 13:533,32420,125,3402,925,00002,527,232
2Feb 10, 2026 13:533,33120,376,3282,931,00002,527,232
3Feb 10, 2026 13:543,34816,283,2061,964,000982,0002,383,872
4Feb 10, 2026 13:543,46818,310,2552,035,0001,017,0002,379,776
5Feb 10, 2026 13:544,05518,309,4883,568,00002,269,184
6Feb 10, 2026 13:534,21617,688,3483,710,00002,371,584