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 listJan 17, 2025 07:30Ian MckibbenIan MckibbenScore: 31,793Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 17, 2025 07:3031,7431,836,301,0401,762,344,00046,982,000251,850,752
2Jan 17, 2025 07:3031,7591,836,549,7631,758,277,00051,978,000251,850,752
3Jan 17, 2025 07:3031,7641,835,484,2951,766,567,00043,964,000251,850,752
4Jan 17, 2025 07:3031,7671,840,665,8521,763,780,00046,967,000251,850,752
5Jan 17, 2025 07:3031,7931,841,512,6431,764,196,00047,978,000251,850,752
6Jan 17, 2025 07:3031,8001,844,054,5801,760,664,00051,960,000251,858,944
7Jan 17, 2025 07:3031,8231,837,935,1421,764,941,00048,970,000251,846,656
8Jan 17, 2025 07:3031,8241,839,024,3111,761,983,00051,970,000251,850,752
9Jan 17, 2025 07:3031,9031,847,403,1631,768,499,00049,957,000252,088,320