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:23olliecrowolliecrowScore: 8,800Success
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:238,789531,196,009465,991,00034,999,000251,977,728
2Feb 14, 2026 22:238,790534,768,024460,124,00040,922,000251,961,344
3Feb 14, 2026 22:238,792524,950,020454,245,00046,922,000251,957,248
4Feb 14, 2026 22:238,799531,792,382458,560,00042,958,000251,854,848
5Feb 14, 2026 22:238,800528,808,792456,643,00044,964,000251,842,560
6Feb 14, 2026 22:238,814528,657,589458,443,00043,946,000251,973,632
7Feb 14, 2026 22:238,826533,486,860459,165,00043,920,000251,838,464
8Feb 14, 2026 22:238,867525,753,651460,449,00044,946,000251,916,288
9Feb 14, 2026 22:238,906529,515,350462,666,00044,967,000251,854,848