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 29, 2025 18:42HattonuriHattonuriScore: 16,882Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 29, 2025 18:4216,869982,815,252898,605,00062,902,000252,039,168
2Dec 29, 2025 18:4216,880985,129,867901,196,00060,945,000251,846,656
3Dec 29, 2025 18:4216,881989,289,135902,308,00059,887,000252,100,608
4Dec 29, 2025 18:4216,882985,264,275902,357,00059,891,000252,030,976
5Dec 29, 2025 18:4216,882984,802,053899,380,00062,886,000252,035,072
6Dec 29, 2025 18:4216,886983,671,253899,605,00062,902,000251,842,560
7Dec 29, 2025 18:4216,892987,063,128899,914,00062,924,000252,030,976
8Dec 29, 2025 18:4217,7001,033,941,942949,960,00058,935,000252,096,512
9Dec 29, 2025 18:4217,8921,043,767,571962,909,00056,935,000251,858,944