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 14:02Dominique GarmierDominique GarmierScore: 5,351Success
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 14:025,345336,064,229283,708,00020,978,000250,073,088
2Mar 23, 2026 14:025,351335,121,037285,009,00020,000,000250,327,040
3Mar 23, 2026 14:025,352332,049,233285,057,00020,004,000250,081,280