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 28, 2026 14:34Victor MerckléVictor MerckléScore: 4,712Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 28, 2026 14:354,680283,962,493165,251,000101,540,000250,118,144
2Apr 28, 2026 14:354,696288,637,077161,206,000106,475,000250,548,224
3Apr 28, 2026 14:354,703286,003,688160,461,000107,638,000250,318,848
4Apr 28, 2026 14:354,708294,627,414166,364,000101,997,000250,568,704
5Apr 28, 2026 14:354,712291,539,124166,144,000102,472,000250,585,088
6Apr 28, 2026 14:354,712288,219,536162,751,000105,838,000250,572,800
7Apr 28, 2026 14:354,716293,674,136163,693,000105,160,000250,486,784
8Apr 28, 2026 14:354,717291,044,961166,322,000102,582,000250,564,608
9Apr 28, 2026 14:354,717288,004,235161,339,000107,559,000250,548,224