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 6, 2026 20:54Victor MerckléVictor MerckléScore: 2,026Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 6, 2026 20:572,016122,885,63094,476,00020,456,000249,913,344stderr
2Jul 6, 2026 20:572,016122,772,43394,403,00020,552,000249,892,864stderr
3Jul 6, 2026 20:572,018122,984,81394,469,00020,594,000249,884,672stderr
4Jul 6, 2026 20:572,025123,253,38794,633,00020,797,000249,901,056stderr
5Jul 6, 2026 20:572,026123,361,32194,825,00020,712,000249,888,768stderr
6Jul 6, 2026 20:572,027123,500,56194,295,00021,277,000249,892,864stderr
7Jul 6, 2026 20:572,028123,461,96694,935,00020,679,000249,876,480stderr
8Jul 6, 2026 20:572,029123,865,61495,001,00020,654,000249,901,056stderr
9Jul 6, 2026 20:572,037123,961,24894,376,00021,757,000249,905,152stderr