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, 2025 02:42mgildermgilderError
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, 2025 02:4200000Error: expected "51253588602301 ", got "2, 9223372036854775808 => 0 3, 6148914691236517206 => 2 5, 3689348814741910324 => 4 7, 2635249153387078803 => 5 11, 1676976733973595602 => 6 51253588602301 "