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 listMar 23, 2026 08:18Dominique GarmierDominique GarmierScore: 14,562Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 23, 2026 08:1814,552852,330,545787,487,00041,972,000251,961,344
2Mar 23, 2026 08:1814,562856,373,043785,080,00044,947,000251,961,344
3Mar 23, 2026 08:1814,567856,605,782785,357,00044,963,000251,957,248