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 4, 2026 22:22olliecrowolliecrowScore: 9,493Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 4, 2026 22:229,470572,132,012478,907,00060,861,000252,092,416
2Mar 4, 2026 22:229,481568,509,295476,592,00063,811,000252,071,936
3Mar 4, 2026 22:229,492563,510,421485,132,00055,900,000251,920,384
4Mar 4, 2026 22:229,493565,731,852485,195,00055,907,000251,990,016
5Mar 4, 2026 22:229,500569,466,763478,559,00062,942,000251,879,424
6Mar 4, 2026 22:2210,438620,564,185534,085,00060,895,000252,076,032