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 listSep 8, 2025 20:12Aleksei ShahoikaAleksei ShahoikaScore: 25,604Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Sep 8, 2025 20:1225,5771,485,410,9361,394,915,00062,951,000252,071,936
2Sep 8, 2025 20:1225,5831,482,879,9321,408,311,00049,940,000252,063,744
3Sep 8, 2025 20:1225,5981,483,154,1141,408,103,00050,967,000252,076,032
4Sep 8, 2025 20:1225,6021,481,730,8781,407,344,00051,975,000251,846,656
5Sep 8, 2025 20:1225,6041,486,682,1431,403,488,00055,939,000251,846,656
6Sep 8, 2025 20:1225,6041,489,128,6661,406,505,00052,943,000251,846,656
7Sep 8, 2025 20:1225,6441,486,364,1761,406,753,00054,951,000252,076,032
8Sep 8, 2025 20:1225,6601,485,680,3361,401,680,00060,942,000251,846,656
9Sep 8, 2025 20:1225,7201,494,313,0431,416,116,00049,933,000252,076,032