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 listJul 29, 2026 12:39Kevin HeaveyKevin HeaveyScore: 3,461Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 29, 2026 12:413,451206,853,662152,521,00044,211,000251,682,816
2Jul 29, 2026 12:413,457207,255,727152,656,00044,434,000251,682,816
3Jul 29, 2026 12:413,458216,059,626153,075,00044,072,000251,682,816
4Jul 29, 2026 12:413,459208,128,663153,131,00044,088,000251,682,816
5Jul 29, 2026 12:413,461211,604,108152,518,00044,771,000251,682,816
6Jul 29, 2026 12:413,463208,309,396152,858,00044,557,000251,682,816
7Jul 29, 2026 12:413,468208,616,848153,529,00044,175,000251,682,816
8Jul 29, 2026 12:413,468207,812,728152,854,00044,862,000251,682,816
9Jul 29, 2026 12:413,479208,482,929153,202,00045,142,000251,682,816