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 listFeb 14, 2026 22:57olliecrowolliecrowScore: 5,740Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 14, 2026 22:575,736356,310,023269,148,00057,817,000251,871,232
2Feb 14, 2026 22:575,740354,875,165265,331,00061,844,000251,846,656
3Feb 14, 2026 22:575,749359,017,442267,926,00059,760,000252,039,168