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 listMar 20, 2026 21:06olliecrowolliecrowScore: 102,227Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 20, 2026 21:04100,61164,472,86935,214,0002,012,0002,342,912
2Mar 20, 2026 21:06100,67861,667,42635,238,0002,013,0002,433,024
3Mar 20, 2026 21:04100,68958,476,09634,235,0003,020,0002,437,120
4Mar 20, 2026 21:06100,89255,191,02034,304,0003,026,0002,531,328
5Mar 20, 2026 21:07100,90562,749,33635,317,0002,018,0002,424,832
6Mar 20, 2026 21:07101,23564,181,03134,420,0003,037,0002,342,912
7Mar 20, 2026 21:06101,32254,068,58735,463,0002,026,0002,433,024
8Mar 20, 2026 21:03101,43862,304,84335,504,0002,028,0002,342,912
9Mar 20, 2026 21:05101,51667,139,64335,531,0002,030,0002,330,624
10Mar 20, 2026 21:04101,70065,786,11236,612,0001,017,0002,326,528
11Mar 20, 2026 21:05101,91968,086,73035,672,0002,038,0002,342,912
12Mar 20, 2026 21:03101,92461,617,21536,693,0001,019,0002,416,640
13Mar 20, 2026 21:03102,22766,826,05535,834,0001,990,0002,342,912
14Mar 20, 2026 21:04102,26566,089,48135,847,0001,991,0002,342,912
15Mar 20, 2026 21:03102,30067,817,91335,859,0001,992,0002,437,120
16Mar 20, 2026 21:04102,38663,307,49035,890,0001,993,0002,547,712
17Mar 20, 2026 21:07102,38666,858,18234,893,0002,990,0002,342,912
18Mar 20, 2026 21:06102,78165,501,77436,028,0002,001,0002,342,912
19Mar 20, 2026 21:03102,85967,304,30836,055,0002,003,0002,433,024
20Mar 20, 2026 21:05102,96869,016,69536,093,0002,005,0002,428,928
21Mar 20, 2026 21:06103,03565,080,05436,117,0002,006,0002,428,928
22Mar 20, 2026 21:03103,62766,993,24335,315,0003,027,0002,428,928
23Mar 20, 2026 21:04107,20062,724,35438,647,0001,017,0002,428,928
24Mar 20, 2026 21:06107,95478,597,01037,895,0002,048,0002,441,216