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 21:35HattonuriHattonuriScore: 4,332Success
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 21:354,331324,806,377152,920,00093,951,000266,829,824
2Jan 1, 2026 21:354,332318,908,864157,679,00089,252,000266,850,304
3Jan 1, 2026 21:354,413337,070,441156,079,00095,437,000266,936,320