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 listMay 11, 2025 16:14KeefeKeefeScore: 10,484Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1May 11, 2025 16:1410,480624,018,740496,449,000100,888,000251,961,344
2May 11, 2025 16:1410,484620,172,574464,667,000132,904,000251,961,344
3May 11, 2025 16:1410,508626,008,382535,982,00062,997,000251,957,248