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 listMar 18, 2026 02:59Elijah KinElijah KinScore: 424,100Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 18, 2026 02:59421,37424,054,936,80612,492,418,00011,525,927,000251,854,848
2Mar 18, 2026 02:59422,02824,094,451,53112,406,128,00011,649,487,000251,842,560
3Mar 18, 2026 02:59422,22824,107,465,15512,444,807,00011,622,217,000251,854,848
4Mar 18, 2026 02:59422,24724,108,986,51112,542,754,00011,525,342,000251,854,848
5Mar 18, 2026 02:59424,10024,212,786,43312,351,726,00011,821,995,000251,854,848
6Mar 18, 2026 02:59425,93624,313,205,20412,504,493,00011,773,873,000251,846,656
7Mar 18, 2026 02:59426,99024,377,850,00312,687,970,00011,650,463,000251,846,656
8Mar 18, 2026 02:59427,12124,384,151,86212,821,106,00011,524,803,000251,846,656
9Mar 18, 2026 02:59432,01924,662,710,91912,694,845,00011,930,216,000252,080,128