Count uint8 Sergey Svistunov

Count the number of bytes equal to 127 in a binary stream as fast as possible.

Input: 250 000 000 uint8 values in binary on STDIN.

Output: The count of elements equal to 127, printed as a decimal string.

Back to listJul 25, 2026 02:47Kevin HeaveyKevin HeaveyError
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 25, 2026 02:47023,485,17412,757,0001,010,0002,113,536expected "975739 ", got "0 "
2Jul 25, 2026 02:47023,401,12712,693,0001,012,0002,113,536expected "977358 ", got "0 "
3Jul 25, 2026 02:47023,471,87613,724,00002,113,536expected "978337 ", got "0 "