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 21, 2026 10:24Dominique GarmierDominique GarmierScore: 104,830Success
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 10:24100,07623,781,704,6421,707,050,0003,997,266,00040,583,168
2Mar 21, 2026 10:24104,83022,803,680,8421,842,075,0004,133,259,00042,954,752
3Mar 21, 2026 10:24106,59622,471,560,7691,808,329,0004,267,657,00040,423,424