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 14, 2026 22:19olliecrowolliecrowScore: 8,847Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 14, 2026 22:198,822527,493,046455,946,00046,891,000251,895,808
2Feb 14, 2026 22:198,822531,771,860467,947,00034,921,000252,080,128
3Feb 14, 2026 22:198,827528,789,125461,194,00041,926,000251,969,536
4Feb 14, 2026 22:198,832528,972,298460,469,00042,950,000251,969,536
5Feb 14, 2026 22:198,847529,589,722459,355,00044,936,000251,838,464
6Feb 14, 2026 22:198,864535,683,147463,287,00041,935,000251,969,536
7Feb 14, 2026 22:198,872532,104,085460,720,00044,972,000252,084,224
8Feb 14, 2026 22:198,887532,978,092462,582,00043,960,000252,043,264
9Feb 14, 2026 22:198,895536,536,003465,993,00040,999,000251,961,344