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 28, 2026 17:38Charles CabergsCharles CabergsScore: 3,254Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 28, 2026 17:403,245202,939,439139,260,00045,757,000251,899,904
2Apr 28, 2026 17:403,248205,906,156140,385,00044,803,000251,994,112
3Apr 28, 2026 17:403,249208,114,045138,402,00046,797,000251,994,112
4Apr 28, 2026 17:403,252204,281,772142,535,00042,860,000251,994,112
5Apr 28, 2026 17:403,254205,744,314143,628,00041,891,000251,994,112
6Apr 28, 2026 17:403,255202,855,849139,662,00045,888,000251,994,112
7Apr 28, 2026 17:403,257204,998,352142,750,00042,925,000251,994,112
8Apr 28, 2026 17:403,260207,282,680142,892,00042,967,000251,994,112
9Apr 28, 2026 17:403,266205,455,170141,377,00044,802,000251,887,616