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 07:50marko1597marko1597Score: 1,547Success
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 08:081,54096,213,32467,111,00020,687,000249,901,056
2Aug 16, 2026 08:081,54296,374,80567,130,00020,813,000249,868,288
3Aug 16, 2026 08:081,54296,504,74067,051,00020,886,000249,888,768
4Aug 16, 2026 08:081,54696,708,59567,142,00020,982,000249,896,960
5Aug 16, 2026 08:081,54796,625,13667,127,00021,087,000249,868,288
6Aug 16, 2026 08:081,54896,710,39067,137,00021,138,000249,892,864
7Aug 16, 2026 08:081,54996,767,16367,146,00021,194,000249,884,672
8Aug 16, 2026 08:081,54996,457,64267,131,00021,178,000249,880,576
9Aug 16, 2026 08:081,54996,722,41067,130,00021,183,000249,884,672