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 13, 2026 17:05Dominique GarmierDominique GarmierScore: 6,977Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 13, 2026 17:056,958422,645,458353,632,00042,955,000251,846,656
2Mar 13, 2026 17:056,977424,967,703350,736,00046,964,000251,854,848
3Mar 13, 2026 17:057,038429,823,676351,134,00050,019,000252,018,688