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 7, 2026 03:15zielajzielajScore: 3,472Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 7, 2026 03:153,36816,111,7151,976,000988,0002,347,008
2Feb 7, 2026 03:163,45721,045,9691,014,0002,028,0002,351,104
3Feb 7, 2026 03:163,46419,950,8472,032,0001,016,0002,355,200
4Feb 7, 2026 03:163,47220,259,5092,037,0001,018,0002,453,504
5Feb 7, 2026 03:153,77518,179,7803,322,00002,535,424
6Feb 7, 2026 03:154,46129,646,6643,926,00002,347,008