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 31, 2025 18:47HattonuriHattonuriScore: 4,776Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 31, 2025 18:474,775295,131,158227,334,00044,868,000252,014,592
2Dec 31, 2025 18:474,776294,361,456227,377,00044,877,000251,838,464
3Dec 31, 2025 18:474,778293,856,743225,453,00046,886,000251,842,560