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 listApr 27, 2026 22:30Victor MerckléVictor MerckléScore: 5,232Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 27, 2026 22:335,210315,030,897251,173,00045,849,000251,969,536
2Apr 27, 2026 22:335,220312,488,332257,648,00039,945,000252,043,264
3Apr 27, 2026 22:335,221317,186,477255,677,00041,947,000252,047,360
4Apr 27, 2026 22:335,231316,679,799252,333,00045,878,000252,043,264
5Apr 27, 2026 22:335,232318,361,550253,358,00044,886,000251,887,616
6Apr 27, 2026 22:335,234315,367,059255,449,00042,907,000251,899,904
7Apr 27, 2026 22:335,235319,006,170254,485,00043,911,000252,043,264
8Apr 27, 2026 22:335,235315,965,898255,496,00042,915,000251,891,712
9Apr 27, 2026 22:335,244314,946,853256,967,00041,994,000252,055,552