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 listJul 14, 2026 01:35Victor MerckléVictor MerckléScore: 2,013Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 14, 2026 01:372,005122,232,14793,930,00020,409,000249,876,480stderr
2Jul 14, 2026 01:372,005122,242,28993,842,00020,492,000249,892,864stderr
3Jul 14, 2026 01:372,007122,351,54193,824,00020,581,000249,884,672stderr
4Jul 14, 2026 01:372,007122,503,75493,857,00020,564,000249,864,192stderr
5Jul 14, 2026 01:372,013122,667,87794,004,00020,764,000249,880,576stderr
6Jul 14, 2026 01:372,013122,848,62894,009,00020,768,000249,868,288stderr
7Jul 14, 2026 01:372,014124,628,99294,019,00020,823,000249,888,768stderr
8Jul 14, 2026 01:372,014122,816,12594,337,00020,483,000249,888,768stderr
9Jul 14, 2026 01:372,018122,950,99494,588,00020,485,000249,901,056stderr