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 listApr 3, 2026 18:22Taylor DettlingTaylor DettlingScore: 6,217Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 3, 2026 01:456,202380,702,285312,683,00040,828,000251,846,656
2Apr 3, 2026 01:456,205383,983,466312,838,00040,848,000251,846,656
3Apr 3, 2026 18:226,208383,235,658312,985,00040,867,000251,846,656
4Apr 3, 2026 18:226,217386,404,822315,442,00038,931,000251,846,656
5Apr 3, 2026 01:456,219384,914,072314,557,00039,943,000251,850,752
6Apr 3, 2026 18:226,292386,339,216318,771,00039,846,000251,924,480