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 19, 2026 00:06Dominique GarmierDominique GarmierScore: 5,646Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 19, 2026 00:065,606347,489,735272,595,00046,930,000251,842,560
2Mar 19, 2026 00:065,646343,678,274274,850,00046,974,000251,854,848
3Mar 19, 2026 00:065,682348,477,691278,886,00044,981,000252,022,784