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 5, 2026 05:36Josu San MartinJosu San MartinScore: 4,272Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 5, 2026 05:364,266294,251,115162,768,00080,379,000232,673,280
2Feb 5, 2026 05:364,272285,432,160162,681,00080,841,000232,714,240
3Feb 5, 2026 05:364,320292,843,830157,513,00088,726,000232,706,048