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 1, 2025 15:09KeefeKeefeScore: 9,230Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 1, 2025 15:099,226553,899,866463,009,00062,865,000252,076,032
2Feb 1, 2025 15:099,230550,727,652464,093,00062,012,000251,912,192
3Feb 1, 2025 15:099,259555,776,076469,801,00057,975,000251,940,864