TopK Sergey Svistunov

Find the sum of the 100 largest values in a stream of binary integers as fast as possible.

Input: 100 000 000 uint32 values in little-endian binary on STDIN (4 bytes each).

Output: The uint64 sum of the top 100 greatest values, printed as a decimal string.

Back to listSep 19, 2023 08:09mmalczakmmalczakError
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Sep 19, 2023 08:5000000Error: expected "429496519793 ", got "429496519658 "
2Sep 19, 2023 08:5182,54659,128,48530,542,00002,273,280
3Sep 21, 2023 15:3282,63556,561,09829,556,0001,019,0002,289,664
4Sep 18, 2023 12:5882,66858,758,93430,587,00002,289,664
5Sep 21, 2023 15:3282,79256,688,62929,612,0001,021,0002,273,280
6Sep 20, 2023 16:2882,80361,896,44029,616,0001,021,0002,289,664
7Sep 19, 2023 08:0982,84956,477,56329,633,0001,021,0002,277,376
8Sep 18, 2023 12:5882,89257,158,19029,648,0001,022,0002,269,184
9Sep 21, 2023 18:2682,96560,156,04629,674,0001,023,0002,277,376
10Sep 18, 2023 12:5883,24155,352,47129,806,000993,0002,277,376
11Sep 21, 2023 18:2683,30857,087,21729,830,000994,0002,273,280
12Sep 21, 2023 15:3283,33557,848,93829,840,000994,0002,289,664
13Sep 19, 2023 08:0983,33859,623,37128,846,0001,989,0002,289,664
14Sep 18, 2023 12:5883,37657,192,90628,859,0001,990,0002,527,232
15Sep 19, 2023 08:0983,37858,560,85928,860,0001,990,0002,277,376
16Sep 21, 2023 15:3283,38957,040,78428,864,0001,990,0002,269,184
17Sep 19, 2023 08:5183,38960,946,61829,859,000995,0002,289,664
18Sep 19, 2023 08:5183,39756,358,22729,862,000995,0002,289,664
19Sep 20, 2023 16:2883,42756,137,49330,868,00002,273,280
20Sep 18, 2023 12:5883,43259,532,32528,879,0001,991,0002,527,232
21Sep 21, 2023 18:2683,43858,921,26328,881,0001,991,0002,273,280
22Sep 19, 2023 08:5183,43856,585,59528,881,0001,991,0002,273,280
23Sep 21, 2023 18:2683,47354,035,53728,893,0001,992,0002,273,280
24Sep 21, 2023 15:3283,49552,144,16028,900,0001,993,0002,404,352
25Sep 21, 2023 18:2683,51150,365,01728,906,0001,993,0002,289,664
26Sep 20, 2023 16:2883,51653,965,88628,908,0001,993,0002,273,280
27Sep 19, 2023 08:5183,51957,428,81228,909,0001,993,0002,289,664
28Sep 20, 2023 16:2883,56263,027,48729,921,000997,0002,289,664
29Sep 19, 2023 08:0983,62254,917,57129,942,000998,0002,273,280
30Sep 20, 2023 16:2883,62252,415,52028,944,0001,996,0002,281,472
31Sep 19, 2023 08:0983,65155,895,73328,955,0001,996,0002,273,280
32Sep 19, 2023 08:0983,68155,069,94429,964,000998,0002,277,376
33Sep 19, 2023 08:0983,78453,758,13029,000,0002,000,0002,273,280
34Sep 18, 2023 12:5883,79256,275,94729,003,0002,000,0002,289,664
35Sep 18, 2023 12:5883,81653,859,42429,012,0002,000,0002,392,064
36Sep 19, 2023 08:0983,82255,364,55230,014,0001,000,0002,269,184
37Sep 19, 2023 08:5183,82257,482,62330,014,0001,000,0002,289,664
38Sep 21, 2023 18:2683,82758,283,37230,016,0001,000,0002,289,664
39Sep 21, 2023 15:3283,86857,585,45330,030,0001,001,0002,289,664
40Sep 20, 2023 16:2883,87357,279,45929,031,0002,002,0002,531,328
41Sep 21, 2023 18:2683,91454,335,22330,047,0001,001,0002,289,664
42Sep 20, 2023 16:2883,99563,156,64629,073,0002,005,0002,289,664
43Sep 21, 2023 18:2684,00054,964,24329,075,0002,005,0002,289,664
44Sep 18, 2023 12:5884,03552,619,47329,087,0002,006,0002,289,664
45Sep 21, 2023 15:3284,04152,718,11629,089,0002,006,0002,269,184
46Sep 19, 2023 08:5184,08158,038,24829,103,0002,007,0002,281,472
47Sep 21, 2023 15:3284,17652,879,76829,136,0002,009,0002,289,664
48Sep 19, 2023 08:5184,25755,014,88229,164,0002,011,0002,531,328
49Sep 20, 2023 16:2884,29252,358,19629,176,0002,012,0002,289,664
50Sep 21, 2023 18:2684,34655,460,39329,195,0002,013,0002,273,280
51Sep 21, 2023 15:3284,48952,350,75229,245,0002,016,0002,289,664
52Sep 19, 2023 08:0984,66852,867,16130,317,0001,010,0002,289,664
53Sep 20, 2023 16:2884,86854,296,07427,350,0004,051,0002,281,472
54Sep 18, 2023 12:5884,93550,981,72030,413,0001,013,0002,265,088
55Sep 19, 2023 08:5185,02754,677,28230,446,0001,014,0002,289,664
56Sep 19, 2023 08:5185,252107,393,99831,543,38802,260,992
57Sep 19, 2023 08:0985,30693,819,82131,563,12702,265,088
58Sep 19, 2023 08:5185,57187,750,77431,661,08502,273,280
59Sep 18, 2023 12:5885,588104,026,22031,667,40602,260,992
60Sep 19, 2023 08:0985,63592,687,56531,684,89102,260,992
61Sep 20, 2023 16:2885,66298,224,34731,694,85202,256,896
62Sep 18, 2023 12:5885,687123,447,77231,704,29302,273,280
63Sep 21, 2023 15:3285,68996,750,96931,704,76102,260,992
64Sep 21, 2023 18:2685,70393,144,53731,709,98802,252,800
65Sep 19, 2023 08:5185,774106,490,97131,736,30102,265,088
66Sep 19, 2023 08:5185,888105,241,46331,778,52902,269,184
67Sep 21, 2023 18:2685,95195,735,41531,802,00702,260,992
68Sep 20, 2023 16:2886,20193,703,97731,894,35202,273,280
69Sep 18, 2023 12:5886,226107,169,68231,903,65002,273,280
70Sep 19, 2023 08:0986,286109,522,92331,925,80902,260,992
71Sep 21, 2023 15:3286,378124,727,29531,959,76402,269,184
72Sep 21, 2023 15:3286,554100,016,20132,024,97902,260,992
73Sep 19, 2023 08:5186,556101,960,42532,025,77502,269,184
74Sep 20, 2023 16:2886,586100,308,21432,036,71202,256,896
75Sep 19, 2023 08:5186,957103,309,35432,174,18102,273,280
76Sep 21, 2023 18:2687,16397,700,95132,250,48502,269,184