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 listFeb 14, 2026 22:32olliecrowolliecrowScore: 8,085Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 14, 2026 22:328,081486,807,019421,648,00038,967,000251,854,848
2Feb 14, 2026 22:328,085489,504,597418,929,00041,892,000251,944,960
3Feb 14, 2026 22:328,093488,411,995415,380,00045,931,000251,932,672