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 listAug 16, 2026 18:46Victor MerckléVictor MerckléScore: 1,631Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 16, 2026 18:481,627101,140,75071,402,00021,346,000249,884,672stderr
2Aug 16, 2026 18:481,628101,213,71471,595,00021,204,000249,888,768stderr
3Aug 16, 2026 18:481,629101,065,32972,097,00020,807,000249,913,344stderr
4Aug 16, 2026 18:481,629101,276,65471,383,00021,470,000249,876,480stderr
5Aug 16, 2026 18:481,631101,276,14371,511,00021,497,000249,905,152stderr
6Aug 16, 2026 18:481,632101,616,15371,522,00021,548,000249,851,904stderr
7Aug 16, 2026 18:481,638102,595,37771,702,00021,710,000249,876,480stderr
8Aug 16, 2026 18:481,639101,664,10971,696,00021,744,000249,892,864stderr
9Aug 16, 2026 18:481,639101,691,00471,708,00021,755,000249,925,632stderr