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 listJan 7, 2026 04:58Josu San MartinJosu San MartinScore: 4,659Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 7, 2026 04:584,647294,810,004198,930,00065,976,000248,864,768
2Jan 7, 2026 04:584,659291,848,148199,933,00065,649,000248,877,056
3Jan 7, 2026 04:584,664297,100,200197,127,00068,695,000248,856,576