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 30, 2026 00:36Kevin HeaveyKevin HeaveyScore: 2,952Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 30, 2026 00:382,801670,760,067115,225,00044,488,000251,682,816
2Jul 30, 2026 00:382,803670,085,220115,396,00044,410,000251,682,816
3Jul 30, 2026 00:382,805670,933,301115,204,00044,697,000251,682,816
4Jul 30, 2026 00:382,931677,574,244114,871,00052,232,000250,179,584
5Jul 30, 2026 00:382,952678,498,977115,145,00053,161,000250,175,488
6Jul 30, 2026 00:382,963680,005,085115,603,00053,343,000250,204,160
7Jul 30, 2026 00:383,046683,903,011115,308,00058,331,000250,437,632
8Jul 30, 2026 00:383,061685,586,929114,504,00060,016,000250,429,440
9Jul 30, 2026 00:383,086686,239,535115,220,00060,702,000250,441,728