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 29, 2026 00:18Dominique GarmierDominique GarmierScore: 4,695Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 29, 2026 00:184,684296,243,061244,015,00023,001,000250,302,464
2Mar 29, 2026 00:184,695297,914,226243,628,00023,963,000250,114,048
3Mar 29, 2026 00:184,695297,895,864243,656,00023,966,000250,298,368