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 22, 2026 08:45Dominique GarmierDominique GarmierScore: 12,419Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 22, 2026 08:4512,333731,532,488640,092,00062,910,000251,953,152
2Mar 22, 2026 08:4512,419732,475,833644,980,00062,900,000251,965,440
3Mar 22, 2026 08:4512,424742,328,343646,249,00061,928,000251,904,000