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 listJan 28, 2025 15:38CadovvlCadovvlScore: 6,925Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 28, 2025 15:386,925422,796,552354,733,00039,970,000251,920,384
2Jan 28, 2025 15:386,925421,208,216343,770,00050,965,000251,850,752
3Jan 28, 2025 15:386,947424,916,539356,988,00038,998,000251,850,752