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 listAug 18, 2025 21:02Drew GarciaDrew GarciaScore: 7,379Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 18, 2025 21:027,359457,793,552338,561,00080,895,000234,528,768
2Aug 18, 2025 21:027,379459,744,996339,697,00080,927,000234,602,496
3Aug 18, 2025 21:027,388470,706,719341,114,00080,026,000234,618,880