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 27, 2026 22:12Victor 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 27, 2026 22:16030,395,649015,923,0002,523,136Exit with code 1: probe_v=input_size_1 phase=start stdin_regular=1 st_size=120000000 errno=0 probe_v=input_size_1 stdin_regular=1 st_size=120000000 bytes_read=120000000 read_calls=116 eof_seen=1 elapsed_ms=14 first_read_ms=1 max_read_ms=1 mb_per_s_x100...stderr