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 listDec 31, 2025 23:29HattonuriHattonuriScore: 4,462Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 31, 2025 23:294,458283,522,716211,069,00043,014,000252,014,592
2Dec 31, 2025 23:294,462283,049,524210,469,00043,889,000252,014,592
3Dec 31, 2025 23:294,471277,385,657212,864,00041,973,000252,018,688