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 3, 2026 04:53Taylor DettlingTaylor DettlingScore: 27,425Success
Source Code

Source code access is restricted. Log in to request access.

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 3, 2026 04:5324,8936,644,674,571264,396,0001,154,529,000121,323,520
2Apr 3, 2026 04:5327,4256,170,622,071215,467,0001,347,770,00089,448,448
3Apr 3, 2026 04:5327,9606,193,275,136244,559,0001,349,188,00098,734,080