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 28, 2025 15:05CadovvlCadovvlScore: 18,691Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 28, 2025 15:0518,6651,091,666,4571,017,945,00045,952,000251,846,656
2Jan 28, 2025 15:0518,6671,091,142,8911,018,072,00045,958,000251,850,752
3Jan 28, 2025 15:0518,6731,094,733,3781,017,447,00046,928,000251,846,656
4Jan 28, 2025 15:0518,6841,090,880,7261,019,033,00045,956,000251,850,752
5Jan 28, 2025 15:0518,6911,091,648,4401,017,398,00047,971,000251,846,656
6Jan 28, 2025 15:0518,7381,094,694,2541,018,122,00049,956,000251,834,368
7Jan 28, 2025 15:0518,7781,097,063,8151,025,389,00044,973,000251,834,368
8Jan 28, 2025 15:0518,7961,097,582,1121,028,408,00042,975,000252,092,416
9Jan 28, 2025 15:0518,8751,104,005,9201,030,922,00044,952,000251,850,752