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 29, 2026 07:39Victor 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 29, 2026 07:3901,160,402,944176,575,000828,010,000581,632Exit with code 1: memory_pressure_probe_v=1 build=memory_pressure_probe_20260429_0738 pid=1 uid=65534 gid=65534 fd0_initial_fstat rc=0 errno=0 mode=100600 size=120000000 blocks=237568 blksize=2097152 uid=0 gid=0 fd1_initial_fstat rc=0 errno=0 mode=1006...stderr