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 12, 2025 20:44JensJensScore: 426,233Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 12, 2025 20:44422,12524,099,040,82812,545,777,00011,515,370,000251,846,656
2Aug 12, 2025 20:44422,82224,138,463,09812,589,177,00011,511,676,000251,846,656
3Aug 12, 2025 20:44423,37324,178,075,54212,547,388,00011,584,895,000251,846,656
4Aug 12, 2025 20:44424,88824,256,127,40312,630,076,00011,588,565,000252,088,320
5Aug 12, 2025 20:44426,23324,332,291,18212,500,954,00011,794,352,000251,846,656
6Aug 12, 2025 20:44426,23724,334,364,19212,529,569,00011,765,960,000251,854,848
7Aug 12, 2025 20:44428,53024,460,513,94112,589,922,00011,836,286,000251,846,656
8Aug 12, 2025 20:44428,92824,483,808,33212,506,816,00011,942,095,000251,842,560
9Aug 12, 2025 20:44429,63124,525,707,89112,511,844,00011,977,107,000252,076,032