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:05Andrew TsibinAndrew TsibinScore: 2,591Success
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:052,578157,059,725104,758,00042,193,000251,682,816
2Jul 30, 2026 18:052,591157,631,577105,115,00042,601,000251,682,816
3Jul 30, 2026 18:052,598158,064,050104,872,00043,268,000251,682,816