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 09:23Victor 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 09:24027,533,4101,024,0008,197,00067,518,464Exit with code 1: thp_probe_v=1 stdin_fstat=0 stdin_errno=0 stdin_size=120000000 stdout_fstat=0 stdout_errno=0 stdout_size=0 thp_probe stdin_after_touch found=1 header="70d632e00000-70d63a071000 r--p 00000000 00:22 62695 /mnt/hldat...stderr