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 listApr 3, 2026 00:18Taylor DettlingTaylor DettlingScore: 6,646Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 3, 2026 00:186,642407,316,031332,768,00045,830,000251,908,096
2Apr 3, 2026 00:186,642407,488,342329,785,00048,820,000251,908,096
3Apr 3, 2026 00:186,645410,241,316333,920,00044,854,000252,076,032
4Apr 3, 2026 00:186,645406,425,029335,919,00042,862,000252,084,224
5Apr 3, 2026 00:186,646406,702,449332,945,00045,854,000251,883,520
6Apr 3, 2026 00:186,646407,761,869332,979,00045,859,000251,838,464
7Apr 3, 2026 00:186,651409,009,736335,231,00043,899,000251,858,944
8Apr 3, 2026 00:186,657408,555,369334,644,00044,818,000251,912,192
9Apr 3, 2026 00:186,664412,512,611331,973,00047,852,000251,863,040