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 24, 2026 20:19zielajzielajScore: 3,450Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 24, 2026 20:193,37623,611,8591,981,000990,0002,363,392
2Jan 24, 2026 20:193,45019,201,4662,024,0001,012,0002,359,296
3Jan 24, 2026 20:194,26419,457,0693,752,00002,355,200