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 22, 2024 17:45Yuriy LyfenkoYuriy LyfenkoScore: 4,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 22, 2024 17:454,5671,155,448,967260,337,8520266,706,944
2Jan 22, 2024 17:454,5681,149,014,210260,359,4740266,956,800
3Jan 22, 2024 17:454,5741,167,398,745260,713,0900266,301,440
4Jan 22, 2024 17:454,7491,104,721,470194,213,00076,508,000267,882,496
5Jan 22, 2024 17:454,7531,111,796,416197,046,00073,892,000267,845,632
6Jan 22, 2024 17:454,7921,131,479,012209,392,00063,774,000267,988,992
7Jan 22, 2024 17:454,7931,131,563,106196,739,00076,453,000268,017,664
8Jan 22, 2024 17:454,7951,131,491,693205,766,00067,533,000267,902,976
9Jan 22, 2024 17:454,7961,119,732,664198,734,00074,651,000267,583,488
10Jan 22, 2024 17:454,8051,131,514,564202,116,00071,751,000267,919,360
11Jan 22, 2024 17:454,8101,144,151,567198,104,00076,039,000267,988,992
12Jan 22, 2024 17:454,8121,128,984,560209,071,00065,205,000267,800,576