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 6, 2026 03:09zielajzielajScore: 3,399Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 6, 2026 03:093,32817,746,0471,953,000976,0002,359,296
2Feb 6, 2026 03:083,33823,615,3001,958,000979,0002,269,184
3Feb 6, 2026 03:093,34319,953,5812,942,00002,355,200
4Feb 6, 2026 03:083,34518,176,2531,963,000981,0002,367,488
5Feb 6, 2026 03:083,34917,205,9271,965,000982,0002,351,104
6Feb 6, 2026 03:083,36825,810,2251,976,000988,0002,277,376
7Feb 6, 2026 03:083,36918,399,6761,977,000988,0002,355,200
8Feb 6, 2026 03:083,37625,304,9431,981,000990,0002,359,296
9Feb 6, 2026 03:093,37619,728,8741,981,000990,0002,531,328
10Feb 6, 2026 03:083,38018,056,1371,983,000991,0002,355,200
11Feb 6, 2026 03:103,38925,743,9771,988,000994,0002,359,296
12Feb 6, 2026 03:083,38917,076,1561,988,000994,0002,355,200
13Feb 6, 2026 03:093,39919,987,8261,994,000997,0002,359,296
14Feb 6, 2026 03:093,39922,997,7571,994,000997,0002,359,296
15Feb 6, 2026 03:083,40217,512,734998,0001,996,0002,523,136
16Feb 6, 2026 03:093,45022,471,4762,024,0001,012,0002,359,296
17Feb 6, 2026 03:103,45322,536,0442,026,0001,013,0002,277,376
18Feb 6, 2026 03:093,45520,332,6562,027,0001,013,0002,363,392
19Feb 6, 2026 03:083,46518,744,8401,016,0002,033,0002,359,296
20Feb 6, 2026 03:103,47418,637,7222,038,0001,019,0002,531,328
21Feb 6, 2026 03:093,50820,928,7182,058,0001,029,0002,277,376
22Feb 6, 2026 03:093,53221,916,6871,036,0002,072,0002,277,376
23Feb 6, 2026 03:083,54724,084,0752,081,0001,040,0002,351,104
24Feb 6, 2026 03:093,89717,821,5652,286,0001,143,0002,531,328
25Feb 6, 2026 03:094,09223,013,2933,601,00002,355,200
26Feb 6, 2026 03:094,14822,565,6513,650,00002,351,104
27Feb 6, 2026 03:084,27417,434,8563,761,00002,351,104