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 10, 2025 14:13zielajzielajScore: 3,532Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 10, 2025 14:123,44721,104,1801,011,0002,022,0002,510,848
2Jan 10, 2025 14:123,45318,615,2491,013,0002,026,0002,510,848
3Jan 10, 2025 14:133,45318,666,0002,026,0001,013,0002,535,424
4Jan 10, 2025 14:133,53218,385,3742,072,0001,036,0002,519,040
5Jan 10, 2025 14:133,55317,576,3151,042,0002,085,0002,519,040
6Jan 10, 2025 14:124,29521,639,1752,520,0001,260,0002,523,136