Fizz Buzz Sergey Svistunov

Perform FizzBuzz on a stream of binary integers as fast as possible.

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

Output: For each number n, print one line:

  • FizzBuzz if n is divisible by both 3 and 5
  • Fizz if n is divisible by 3
  • Buzz if n is divisible by 5
  • n as a decimal string otherwise
Back to listApr 15, 2026 05:10olliecrowolliecrowScore: 5,187Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 11, 2026 17:165,182322,124,546271,424,00023,949,000250,052,608
2Apr 15, 2026 05:105,184325,604,276273,539,00021,963,000250,036,224
3Mar 11, 2026 17:165,187324,495,294272,667,00022,971,000250,040,320
4Mar 11, 2026 17:165,187322,348,800273,703,00021,976,000250,257,408
5Apr 15, 2026 05:105,187319,541,606275,682,00019,976,000250,048,512
6Apr 15, 2026 05:105,190320,976,437277,818,00017,988,000250,241,024