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 listFeb 5, 2025 16:42KeefeKeefeScore: 7,256Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 5, 2025 16:427,252439,373,126388,409,00024,962,000250,044,416
2Feb 5, 2025 16:427,256438,423,807391,636,00021,979,000250,060,800
3Feb 5, 2025 16:427,267451,625,825391,249,00022,955,000250,036,224