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 listDec 6, 2025 11:37Aditya SinghAditya SinghScore: 32,918Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 6, 2025 11:3732,8231,901,415,6301,794,946,00075,955,000251,846,656
2Dec 6, 2025 11:3732,9181,903,040,4961,792,417,00083,925,000252,071,936
3Dec 6, 2025 11:3733,3261,923,766,3781,832,626,00066,949,000251,846,656