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 listMar 21, 2026 23:28Dominique GarmierDominique GarmierScore: 5,503Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 21, 2026 23:285,468338,762,521257,928,00053,776,000252,010,496
2Mar 21, 2026 23:285,503340,951,543256,896,00056,756,000251,854,848
3Mar 21, 2026 23:285,557345,910,145255,988,00060,759,000251,854,848