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 listApr 28, 2026 10:18TudyMTudyMScore: 7,645Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 28, 2026 10:247,630454,953,627366,127,00068,836,000251,944,960
2Apr 28, 2026 10:247,635451,694,575367,322,00067,874,000251,887,616
3Apr 28, 2026 10:247,639450,891,357368,552,00066,918,000251,932,672
4Apr 28, 2026 10:247,644456,380,572370,781,00064,961,000251,871,232
5Apr 28, 2026 10:247,645455,940,053371,824,00063,969,000251,879,424
6Apr 28, 2026 10:247,649457,144,132370,184,00065,854,000251,895,808
7Apr 28, 2026 10:247,762461,144,958363,740,00078,727,000251,879,424
8Apr 28, 2026 10:247,767459,848,984366,956,00075,784,000251,875,328
9Apr 28, 2026 10:247,785462,531,317377,976,00065,821,000251,904,000