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 listJul 30, 2026 18:28Andrew TsibinAndrew TsibinError
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 30, 2026 18:290155,433,030102,757,00042,707,000251,682,816line 1: expected 3900754298 got 3900110010
2Jul 30, 2026 18:290155,693,886102,843,00042,901,000251,682,816line 2: expected 1000031116 got 1000030028
3Jul 30, 2026 18:290155,590,095102,843,00042,837,000251,682,816line 0: expected 3003938687 got 3000090047