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 listJul 7, 2026 20:29Victor MerckléVictor MerckléScore: 2,065Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 7, 2026 20:322,061127,926,93195,696,00021,817,000249,933,824stderr
2Jul 7, 2026 20:322,061128,033,92595,484,00022,001,000249,888,768stderr
3Jul 7, 2026 20:322,064128,206,61295,870,00021,779,000249,921,536stderr
4Jul 7, 2026 20:322,065127,171,45796,072,00021,646,000249,925,632stderr
5Jul 7, 2026 20:322,065130,562,54396,055,00021,701,000249,896,960stderr
6Jul 7, 2026 20:322,067129,403,17596,112,00021,749,000249,925,632stderr
7Jul 7, 2026 20:322,067128,044,92495,810,00022,045,000249,929,728stderr
8Jul 7, 2026 20:322,072128,494,33696,207,00021,918,000249,925,632stderr
9Jul 7, 2026 20:322,077130,762,23596,340,00022,089,000249,950,208stderr