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:32olliecrowolliecrowScore: 102,292Success
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:34100,77662,321,30635,272,0002,015,0002,342,912
2Mar 20, 2026 21:31100,83259,928,60734,283,0003,025,0002,342,912
3Mar 20, 2026 21:32101,19259,753,32535,418,0002,023,0002,342,912
4Mar 20, 2026 21:29101,23558,375,24834,420,0003,037,0002,416,640
5Mar 20, 2026 21:33101,25461,539,73735,439,0002,025,0002,424,832
6Mar 20, 2026 21:32101,64170,477,36735,575,0002,032,0002,342,912
7Mar 20, 2026 21:35101,65965,680,83335,581,0002,033,0002,428,928
8Mar 20, 2026 21:32101,83564,428,64536,661,0001,018,0002,416,640
9Mar 20, 2026 21:33102,17361,224,08834,820,0002,984,0002,502,656
10Mar 20, 2026 21:31102,25167,782,93935,842,0001,991,0002,428,928
11Mar 20, 2026 21:29102,27372,460,51235,850,0001,991,0002,424,832
12Mar 20, 2026 21:34102,27860,722,19035,852,0001,991,0002,342,912
13Mar 20, 2026 21:34102,29261,269,12634,860,0002,988,0002,342,912
14Mar 20, 2026 21:35102,30063,084,31434,863,0002,988,0002,420,736
15Mar 20, 2026 21:31102,31463,290,78634,868,0002,988,0002,342,912
16Mar 20, 2026 21:35102,33563,805,79035,872,0001,992,0002,342,912
17Mar 20, 2026 21:33102,34971,390,34134,880,0002,989,0002,408,448
18Mar 20, 2026 21:29102,53063,702,99935,940,0001,996,0002,420,736
19Mar 20, 2026 21:33102,73863,872,78336,013,0002,000,0002,342,912
20Mar 20, 2026 21:32102,98165,424,77235,095,0003,008,0002,416,640
21Mar 20, 2026 21:32103,09267,675,88636,137,0002,007,0002,342,912
22Mar 20, 2026 21:33103,17365,065,53235,161,0003,013,0002,342,912
23Mar 20, 2026 21:32103,71461,325,59036,355,0002,019,0002,334,720
24Mar 20, 2026 21:33104,58671,565,58636,713,0001,984,0002,347,008