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 27, 2025 17:43KeefeKeefeScore: 11,260Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 27, 2025 17:4311,258666,532,564621,710,00019,990,000250,028,032
2Jul 27, 2025 17:4311,260668,765,075618,865,00022,957,000250,146,816
3Jul 27, 2025 17:4311,266677,906,458619,170,00022,969,000250,052,608