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 listOct 31, 2025 20:58AnSaAnSaScore: 19,344Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Oct 31, 2025 20:5819,3381,129,010,4841,079,294,00022,984,000250,044,416
2Oct 31, 2025 20:5819,3441,125,903,0521,081,621,00020,992,000250,040,320
3Oct 31, 2025 20:5819,3491,126,784,8281,076,921,00025,973,000250,322,944