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 listJul 29, 2026 08:39Kevin HeaveyKevin HeaveyScore: 17,081Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 29, 2026 08:4017,0173,733,599,927281,988,000687,986,00099,950,592
2Jul 29, 2026 08:4017,0813,089,252,630277,251,000696,407,000133,591,040
3Jul 29, 2026 08:4017,1023,041,437,948276,061,000698,772,000133,328,896