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 listApr 28, 2026 08:19Victor MerckléVictor MerckléError
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 28, 2026 08:21031,988,207014,562,000260,337,664Exit with code 1: stdout_probe_v=1 stdin_fstat=0 stdin_errno=0 stdin_mode=100600 stdin_reg=1 stdin_fifo=0 stdin_chr=0 stdin_size=120000000 stdout_fstat=0 stdout_errno=0 stdout_mode=100600 stdout_reg=1 stdout_fifo=0 stdout_chr=0 stdout_size=0 stdout_dev...stderr