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 03:34Dominique GarmierDominique GarmierScore: 5,585Success
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 03:345,579344,950,280267,177,00050,843,000251,838,464
2Mar 23, 2026 03:345,585347,987,154264,475,00053,893,000251,944,960
3Mar 23, 2026 03:345,589345,736,028266,654,00051,932,000251,949,056