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 listAug 16, 2026 23:16marko1597marko1597Score: 14,958Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 17, 2026 02:1314,781854,443,603766,210,00076,325,000251,744,256
2Aug 17, 2026 02:1314,798857,464,254767,221,00076,286,000251,805,696
3Aug 17, 2026 02:1314,825859,660,057768,372,00076,688,000251,723,776
4Aug 17, 2026 02:1314,849858,418,086770,140,00076,258,000251,723,776
5Aug 17, 2026 02:1314,958862,396,481768,320,00084,293,000251,723,776
6Aug 17, 2026 02:1314,977864,818,326770,037,00083,679,000251,805,696
7Aug 17, 2026 02:1315,012867,094,955771,588,00084,122,000251,805,696
8Aug 17, 2026 02:1315,094874,845,037784,147,00076,257,000251,723,776
9Aug 17, 2026 02:1315,188880,063,275781,951,00083,795,000251,805,696