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 21:50Victor MerckléVictor MerckléScore: 1,630Success
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 21:561,620102,220,49970,613,00021,778,000249,929,728stderr
2Aug 16, 2026 21:561,627102,658,98171,138,00021,638,000249,892,864stderr
3Aug 16, 2026 21:561,629102,613,77671,304,00021,574,000249,946,112stderr
4Aug 16, 2026 21:561,630102,744,59571,276,00021,677,000249,896,960stderr
5Aug 16, 2026 21:561,630102,779,38371,280,00021,681,000249,905,152stderr
6Aug 16, 2026 21:561,632102,894,56771,315,00021,732,000249,970,688stderr
7Aug 16, 2026 21:561,650103,854,62372,203,00021,862,000249,937,920stderr
8Aug 16, 2026 21:561,652104,023,69671,527,00022,662,000249,905,152stderr
9Aug 16, 2026 21:561,652103,853,71472,216,00021,962,000249,905,152stderr