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 2, 2026 23:45Taylor DettlingTaylor DettlingScore: 7,444Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 2, 2026 23:457,427446,422,279369,429,00053,916,000252,002,304
2Apr 2, 2026 23:457,427446,619,979373,436,00049,924,000251,994,112
3Apr 2, 2026 23:457,437451,685,883372,059,00051,868,000251,998,208
4Apr 2, 2026 23:457,443451,380,751373,358,00050,912,000251,920,384
5Apr 2, 2026 23:457,444448,384,020370,391,00053,911,000251,924,480
6Apr 2, 2026 23:457,446450,342,980371,506,00052,929,000251,920,384
7Apr 2, 2026 23:457,449453,424,211368,756,00055,811,000251,990,016
8Apr 2, 2026 23:457,468448,181,448375,696,00049,959,000251,920,384
9Apr 2, 2026 23:457,552456,444,641373,661,00056,796,000252,006,400