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 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 29, 2026 08:1904,767,627,014312,700,0003,482,525,000548,864Exit with code 1: memory_curve_probe_v=1 build=memory_curve_probe_20260429_0820 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=100600 siz...stderr