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 1, 2026 20:02HattonuriHattonuriScore: 4,589Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 1, 2026 20:024,574345,147,538165,456,00095,263,000267,005,952
2Jan 1, 2026 20:024,589345,772,951168,358,00093,198,000266,838,016
3Jan 1, 2026 20:024,669338,762,918161,261,000104,869,000266,874,880