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 13:53Dominique GarmierDominique GarmierScore: 8,404Success
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 13:538,370500,309,398423,190,00053,896,000251,883,520
2Mar 23, 2026 13:538,404508,733,572423,162,00055,889,000251,879,424
3Mar 23, 2026 13:538,442509,904,122423,387,00057,779,000251,883,520