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 7, 2026 07:57Victor MerckléVictor MerckléScore: 2,041Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 7, 2026 07:592,020123,291,65694,697,00020,476,000249,917,440stderr
2Jul 7, 2026 07:592,028123,558,29995,222,00020,399,000249,913,344stderr
3Jul 7, 2026 07:592,032123,953,37895,356,00020,474,000249,884,672stderr
4Jul 7, 2026 07:592,040124,586,38895,306,00021,008,000249,876,480stderr
5Jul 7, 2026 07:592,041124,789,40995,317,00021,027,000249,901,056stderr
6Jul 7, 2026 07:592,047124,853,42294,648,00022,048,000249,905,152stderr
7Jul 7, 2026 07:592,168131,563,92698,125,00025,471,000249,937,920stderr
8Jul 7, 2026 07:592,180132,368,16798,425,00025,849,000249,954,304stderr
9Jul 7, 2026 07:592,187132,596,89899,224,00025,487,000249,933,824stderr