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 listJul 27, 2025 17:37KeefeKeefeScore: 7,161Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 27, 2025 17:377,103435,223,962381,891,00022,993,000250,171,392
2Jul 27, 2025 17:377,161439,299,873386,206,00021,954,000250,056,704
3Jul 27, 2025 17:377,166442,355,090386,518,00021,972,000250,175,488