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 listMar 21, 2026 14:45Dominique GarmierDominique GarmierScore: 27,711Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 21, 2026 14:4527,6791,604,596,8211,531,726,00045,961,000251,867,136
2Mar 21, 2026 14:4527,7111,610,309,6021,534,545,00044,957,000251,842,560
3Mar 21, 2026 14:4527,7391,608,676,4601,537,143,00043,975,000251,944,960