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:30Victor 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:31027,335,48608,763,00067,497,984Exit with code 1: env_probe_v=1 uname_sys=Linux uname_release=6.8.0-110-generic uname_machine=x86_64 page_size=4096 env_probe fd_stdin flags=0x8000 fdflags=0x0 link=/mnt/hldata/data668722039 stat=0 stat_errno=0 mode=100600 reg=1 fifo=0 chr=0 size=12000...stderr