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 10:59Victor 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 11:00021,130,83703,097,000417,792Exit with code 1: huge_setting_probe_v=1 hp=2097152 pid=1 uid=65534 gid=65534 fd_links fd0=/mnt/hldata/data4195618416 fd1=/mnt/hldata/got3265509991 fd2=pipe:[13415782] fd0_initial_fstat rc=0 errno=0 mode=100600 size=120000000 blocks=237568 alloc=121634...stderr