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 29, 2026 15:32Victor MerckléVictor MerckléScore: 1,628Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 29, 2026 15:341,622100,784,49571,720,00020,753,000249,909,248stderr
2Aug 29, 2026 15:341,627101,212,65571,222,00021,572,000249,896,960stderr
3Aug 29, 2026 15:341,628101,013,51171,129,00021,711,000249,892,864stderr
4Aug 29, 2026 15:341,628101,275,66071,261,00021,543,000249,896,960stderr
5Aug 29, 2026 15:341,628101,244,10071,144,00021,691,000249,884,672stderr
6Aug 29, 2026 15:341,630102,045,01771,337,00021,629,000249,905,152stderr
7Aug 29, 2026 15:341,631101,356,31571,322,00021,683,000249,921,536stderr
8Aug 29, 2026 15:341,631101,114,23272,115,00020,875,000249,888,768stderr
9Aug 29, 2026 15:341,634102,210,32771,447,00021,736,000249,901,056stderr