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 7, 2025 00:50Yehor BondarYehor BondarScore: 27,122Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 7, 2025 00:5027,0811,572,890,1951,499,653,00043,960,000251,854,848
2Dec 7, 2025 00:5027,0851,572,372,8101,497,882,00045,965,000251,846,656
3Dec 7, 2025 00:5027,0891,577,791,3381,495,106,00048,970,000251,846,656
4Dec 7, 2025 00:5027,0891,566,494,3971,501,107,00042,974,000251,846,656
5Dec 7, 2025 00:5027,1221,569,261,8501,494,993,00050,965,000251,846,656
6Dec 7, 2025 00:5027,1241,576,676,9811,491,077,00054,965,000252,084,224
7Dec 7, 2025 00:5027,1411,575,952,1161,511,080,00035,978,000251,846,656
8Dec 7, 2025 00:5027,3171,580,543,6561,514,115,00042,974,000251,846,656
9Dec 7, 2025 00:5027,4771,592,850,0841,515,202,00050,973,000252,080,128