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 listFeb 1, 2025 14:57KeefeKeefeScore: 8,380Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 1, 2025 14:578,370502,474,972417,189,00059,883,000251,916,288
2Feb 1, 2025 14:578,372509,126,424418,314,00058,903,000251,998,208
3Feb 1, 2025 14:578,378501,278,225414,610,00062,940,000251,936,768
4Feb 1, 2025 14:578,379505,170,068415,673,00061,951,000251,961,344
5Feb 1, 2025 14:578,380506,798,960416,685,00060,953,000251,944,960
6Feb 1, 2025 14:578,383504,064,281417,866,00059,980,000252,080,128
7Feb 1, 2025 14:578,385506,084,324416,933,00060,990,000251,904,000
8Feb 1, 2025 14:578,396505,238,682415,650,00062,947,000251,904,000
9Feb 1, 2025 14:578,415509,019,868418,693,00060,955,000251,973,632