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 5, 2026 20:18vahookvahookScore: 3,488Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 5, 2026 20:183,45523,625,2311,013,0002,027,0002,490,368
2Feb 5, 2026 20:183,45521,188,6991,013,0002,027,0002,494,464
3Feb 5, 2026 20:183,48117,239,5191,021,0002,042,0002,502,656
4Feb 5, 2026 20:183,48218,431,3871,021,0002,043,0002,498,560
5Feb 5, 2026 20:183,48222,928,1721,021,0002,043,0002,277,376
6Feb 5, 2026 20:183,48815,104,2761,023,0002,046,0002,535,424
7Feb 5, 2026 20:183,48820,719,9571,023,0002,046,0002,494,464
8Feb 5, 2026 20:183,48919,756,4821,023,0002,047,0002,498,560
9Feb 5, 2026 20:183,49218,406,6361,024,0002,049,0002,502,656
10Feb 5, 2026 20:183,49921,412,1901,026,0002,053,0002,498,560
11Feb 5, 2026 20:183,52321,444,8711,033,0002,067,0002,498,560
12Feb 5, 2026 20:183,53320,851,9131,036,0002,073,0002,498,560