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 22, 2026 11:50Dominique GarmierDominique GarmierScore: 8,098Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 21, 2026 15:518,019483,720,577411,165,00045,906,000251,924,480
2Mar 21, 2026 15:518,023482,316,962414,398,00042,937,000251,842,560
3Mar 21, 2026 15:518,050486,892,912416,968,00041,896,000251,842,560
4Mar 22, 2026 11:508,098515,841,511417,718,00043,865,000251,842,560
5Mar 22, 2026 11:508,114510,084,295411,319,00051,168,000251,858,944
6Mar 22, 2026 11:508,182518,554,550417,880,00048,521,000251,850,752