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 listJun 26, 2021 20:42Yuriy LyfenkoYuriy LyfenkoError
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 26, 2021 20:4200000Error: expected "50978056610264 ", got "50978056609831 "
2Jun 26, 2021 20:4433,02398,382,24229,060,14402,195,456
3Jun 26, 2021 20:4233,05197,924,39729,085,00702,199,552
4Jun 26, 2021 20:4433,05685,707,07229,089,61802,191,360
5Jun 26, 2021 20:4433,098106,145,05029,126,48002,187,264
6Jun 26, 2021 20:4433,09998,355,28729,127,08702,191,360
7Jun 26, 2021 20:4433,13461,207,51826,142,0003,016,0002,531,328
8Jun 26, 2021 20:4433,14553,875,69427,157,0002,011,0002,334,720
9Jun 26, 2021 20:4233,15951,242,39627,168,0002,012,0002,322,432
10Jun 26, 2021 20:4433,16054,459,54827,169,0002,012,0002,334,720
11Jun 26, 2021 20:4233,16396,844,82829,183,34302,183,168
12Jun 26, 2021 20:4433,17586,101,21929,194,32402,187,264
13Jun 26, 2021 20:4433,18891,974,40229,205,87202,179,072
14Jun 26, 2021 20:4433,20588,502,86129,219,98102,191,360
15Jun 26, 2021 20:4233,22452,762,29027,221,0002,016,0002,531,328
16Jun 26, 2021 20:4233,245104,457,11329,255,86902,187,264
17Jun 26, 2021 20:4433,25253,860,97827,244,0002,018,0002,531,328
18Jun 26, 2021 20:4433,25852,292,35328,258,0001,009,0002,519,040
19Jun 26, 2021 20:4433,26154,873,50726,242,0003,028,0002,514,944
20Jun 26, 2021 20:4433,26352,064,60327,253,0002,018,0002,334,720
21Jun 26, 2021 20:4233,31856,473,96227,298,0002,022,0002,334,720
22Jun 26, 2021 20:4433,33050,593,84927,308,0002,022,0002,334,720
23Jun 26, 2021 20:4433,33197,474,23529,331,15002,179,072
24Jun 26, 2021 20:4233,35056,469,16627,324,0002,024,0002,523,136
25Jun 26, 2021 20:4233,35058,667,45027,324,0002,024,0002,334,720
26Jun 26, 2021 20:4233,36159,234,46926,321,0003,037,0002,334,720
27Jun 26, 2021 20:4233,36356,009,56026,322,0003,037,0002,334,720
28Jun 26, 2021 20:4433,36589,385,19129,361,36402,191,360
29Jun 26, 2021 20:4233,37652,202,90227,346,0002,025,0002,334,720
30Jun 26, 2021 20:4233,47655,004,65328,444,0001,015,0002,527,232
31Jun 26, 2021 20:4433,55152,182,65728,507,0001,018,0002,527,232