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 28, 2026 23:52Dominique GarmierDominique GarmierScore: 7,312Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 28, 2026 23:527,303441,271,583365,336,00050,907,000251,944,960
2Mar 28, 2026 23:527,312438,491,777364,810,00051,972,000251,944,960
3Mar 28, 2026 23:527,313446,132,631365,970,00050,856,000251,949,056