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 30, 2026 01:59Dominique GarmierDominique GarmierScore: 6,154Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 30, 2026 01:596,108372,073,360292,314,00055,868,000252,084,224
2Mar 30, 2026 01:596,154381,906,150289,167,00061,609,000252,100,608
3Mar 30, 2026 01:596,167379,002,178290,783,00060,745,000251,985,920